Skip to content

Commit a109c7e

Browse files
Bump microsoft/setup-msbuild from 1.3.2 to 2.0.0
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.3.2 to 2.0.0. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](microsoft/setup-msbuild@0310903...6fb0222) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2044bf5 commit a109c7e

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)