We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb8355 commit 09353adCopy full SHA for 09353ad
.github/workflows/azure-static-web-apps-ashy-island-008420303.yml
@@ -20,6 +20,12 @@ jobs:
20
submodules: true
21
lfs: false
22
23
+ - name: Ensure required WASM workloads
24
+ working-directory: ./dotnet
25
+ run: |
26
+ # Restore workload manifests for the dotnet project (will populate needed workload info)
27
+ dotnet workload restore
28
+
29
- name: Build dotnet
30
working-directory: ./react
31
run: |
@@ -56,3 +62,4 @@ jobs:
56
62
with:
57
63
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ASHY_ISLAND_008420303 }}
58
64
action: "close"
65
0 commit comments