Skip to content

Commit 017183b

Browse files
build(deps): bump microsoft/setup-msbuild from 1.0.2 to 1.3.1 (#710)
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.0.2 to 1.3.1. - [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.0.2...v1.3.1) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f424b7 commit 017183b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-samples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
6262
- name: Setup MSBuild.exe
63-
uses: microsoft/setup-msbuild@v1.0.2
63+
uses: microsoft/setup-msbuild@v1.3.1
6464

6565
- name: Restore/Build the sample
6666
run: msbuild SextantSample.sln /t:restore,build /maxcpucount /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=$env:Configuration

0 commit comments

Comments
 (0)