Skip to content

Commit d76ec24

Browse files
Update microsoft/setup-msbuild action to v3
1 parent 8bbe883 commit d76ec24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
dotnet-version: 8.0.x
2727
- name: Add msbuild to PATH
28-
uses: microsoft/setup-msbuild@v1.3
28+
uses: microsoft/setup-msbuild@v3.0.0
2929
- name: Build
3030
run: msbuild src -p:Configuration=Release -restore -m
3131
- name: Upload assets

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
dotnet-version: 8.0.200 # Locked until VS/MSBuild is compatible with 8.0.300
3434
- name: Add msbuild to PATH
35-
uses: microsoft/setup-msbuild@v1.3
35+
uses: microsoft/setup-msbuild@v3.0.0
3636
- name: Build
3737
run: msbuild src -p:Configuration=Release -restore -m
3838
- name: Setup Advanced Installer

0 commit comments

Comments
 (0)