Skip to content

Commit 02a72cd

Browse files
Bump microsoft/setup-msbuild from 2 to 3
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 2 to 3. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Commits](microsoft/setup-msbuild@v2...v3) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 194e2d7 commit 02a72cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Step 2: Prepare for build
3131
- name: Setup MSBuild
32-
uses: microsoft/setup-msbuild@v2
32+
uses: microsoft/setup-msbuild@v3
3333

3434
# Step 3: Build projects and unit test
3535
- name: Build code

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Ensure MSBuild is available
5959
- name: Setup MSBuild
60-
uses: microsoft/setup-msbuild@v2
60+
uses: microsoft/setup-msbuild@v3
6161

6262
# Build explicitly as Autobuild is not working with .slnx
6363
# This makes sure include paths from submodules (external/*) are found.

0 commit comments

Comments
 (0)