Skip to content

Commit 33e932e

Browse files
Merge pull request #267 from refactoring-pipelines/dependabot/github_actions/microsoft/setup-msbuild-2.0.0
Bump microsoft/setup-msbuild from 1.3.2 to 2.0.0
2 parents 2044bf5 + a109c7e commit 33e932e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Setup MSBuild.exe
24-
uses: microsoft/setup-msbuild@031090342aeefe171e49f3820f3b52110c66e402
24+
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce
2525

2626
- name: build and test
2727
run: ./build-and-test.cmd

.github/workflows/publish-to-nuget-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
3232
- name: Setup MSBuild.exe
33-
uses: microsoft/setup-msbuild@031090342aeefe171e49f3820f3b52110c66e402
33+
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce
3434

3535
# Restore the application to populate the obj folder with RuntimeIdentifiers
3636
- name: deploy to nuget

0 commit comments

Comments
 (0)