Skip to content

Commit 1780bba

Browse files
Bump microsoft/setup-msbuild from 2.0.0 to 3.0.0 (#18)
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Commits](microsoft/setup-msbuild@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-version: 3.0.0 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 aee6c0a commit 1780bba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/BuildDeploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
dotnet-version: 10.0.x
3636

3737
- name: Add msbuild to PATH
38-
uses: microsoft/setup-msbuild@v2.0.0
38+
uses: microsoft/setup-msbuild@v3.0.0
3939

4040
- name: Build Windows
4141
if: contains(matrix.os, 'windows')
@@ -58,7 +58,7 @@ jobs:
5858
dotnet-version: 10.0.x
5959

6060
- name: Add msbuild to PATH
61-
uses: microsoft/setup-msbuild@v2.0.0
61+
uses: microsoft/setup-msbuild@v3.0.0
6262

6363
- name: Build Windows
6464
run: dotnet build --configuration Release .\ProtoTreeView\ProtoTreeView.csproj

0 commit comments

Comments
 (0)