We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db67cc commit 6829236Copy full SHA for 6829236
.github/workflows/msvc.yml
@@ -39,7 +39,7 @@ jobs:
39
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
40
41
- name: Setup MSBuild (VS 2022 Preview)
42
- uses: microsoft/setup-msbuild@v1
+ uses: microsoft/setup-msbuild@v2
43
with:
44
vs-version: "[17.12,17.13)" # Visual Studio 2022 (17)
45
vs-prerelease: true
0 commit comments