Skip to content

Commit 1d2d65e

Browse files
Bump microsoft/setup-msbuild from 1.0.1 to 1.1.3
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.0.1 to 1.1.3. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/master/building-release.md) - [Commits](microsoft/setup-msbuild@v1.0.1...v1.1.3) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a25f2e5 commit 1d2d65e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
dotnet-version: '6.0.x'
3737

3838
- name: Setup MSBuild.exe
39-
uses: microsoft/setup-msbuild@v1.0.1
39+
uses: microsoft/setup-msbuild@v1.1.3
4040

4141
- name: Restore project
4242
run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
dotnet-version: '6.0.x'
3939

4040
- name: Setup MSBuild.exe
41-
uses: microsoft/setup-msbuild@v1.0.1
41+
uses: microsoft/setup-msbuild@v1.1.3
4242

4343
- name: Execute Unit Tests
4444
run: dotnet test $env:Test_Project_Path

0 commit comments

Comments
 (0)