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 68992a8 commit 0a49829Copy full SHA for 0a49829
.github/workflows/integration-build.yml
@@ -26,6 +26,8 @@ jobs:
26
uses: actions/checkout@v4
27
with:
28
fetch-depth: 0
29
+ - name: Setup MSBuild
30
+ uses: microsoft/setup-msbuild@v2
31
- name: Add WASM workload
32
run: dotnet workload install wasm-tools-net8
33
- name: Run build project
0 commit comments