From e855aa04835dd31d113bb444c5cb2eb9593c286c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 10:57:41 -0700 Subject: [PATCH] Bump microsoft/setup-msbuild from 1.1.3 to 1.3.1 (#3713) Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.1.3 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](https://github.com/microsoft/setup-msbuild/compare/v1.1.3...1ff57057b5cfdc39105cd07a01d78e9b0ea0c14c) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bvt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bvt.yml b/.github/workflows/bvt.yml index baa5b1fe67..1e94739e15 100644 --- a/.github/workflows/bvt.yml +++ b/.github/workflows/bvt.yml @@ -144,7 +144,7 @@ jobs: shell: pwsh run: scripts/prepare-machine.ps1 -ForBuild -ForTest -ForKernel - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@34cfbaee7f672c76950673338facd8a73f637506 + uses: microsoft/setup-msbuild@1ff57057b5cfdc39105cd07a01d78e9b0ea0c14c - name: Nuget Restore shell: pwsh run: msbuild msquic.kernel.sln -t:restore /p:RestorePackagesConfig=true /p:Configuration=Debug /p:Platform=${{ matrix.arch }}