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 8bbe883 commit 95fb5a5Copy full SHA for 95fb5a5
2 files changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
dotnet-version: 8.0.x
27
- name: Add msbuild to PATH
28
- uses: microsoft/setup-msbuild@v1.3
+ uses: microsoft/setup-msbuild@v3.0.0
29
- name: Build
30
run: msbuild src -p:Configuration=Release -restore -m
31
- name: Upload assets
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
dotnet-version: 8.0.200 # Locked until VS/MSBuild is compatible with 8.0.300
34
35
36
37
38
- name: Setup Advanced Installer
0 commit comments