Skip to content

Commit 6dcf851

Browse files
authored
Merge pull request #57 from ChrisPulman/renovate/microsoft-setup-msbuild-3.x
Update microsoft/setup-msbuild action to v3
2 parents b46c197 + b488297 commit 6dcf851

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/BuildOnly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
**/nuget.config
3636
3737
- name: Add MSBuild to PATH
38-
uses: microsoft/setup-msbuild@v2.0.0
38+
uses: microsoft/setup-msbuild@v3.0.0
3939
with:
4040
vs-prerelease: true
4141

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
**/nuget.config
4040
4141
- name: Add MSBuild to PATH
42-
uses: microsoft/setup-msbuild@v2.0.0
42+
uses: microsoft/setup-msbuild@v3.0.0
4343
with:
4444
vs-prerelease: true
4545

0 commit comments

Comments
 (0)