Skip to content

Commit 3cdc33c

Browse files
Bump microsoft/setup-msbuild from 1 to 2 (#327)
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1 to 2. - [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@v1...v2) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent edd63d9 commit 3cdc33c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
submodules: 'true'
1919

2020
- name: Add msbuild to PATH
21-
uses: microsoft/setup-msbuild@v1
21+
uses: microsoft/setup-msbuild@v2
2222

2323
- name: Setup NuGet.exe
2424
uses: nuget/setup-nuget@v2

.github/workflows/msvc_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: recursive
2525

2626
- name: Add msbuild to PATH
27-
uses: microsoft/setup-msbuild@v1
27+
uses: microsoft/setup-msbuild@v2
2828

2929
- name: Setup NuGet.exe
3030
uses: nuget/setup-nuget@v2

0 commit comments

Comments
 (0)