Skip to content

Commit 1aa543b

Browse files
Specify VS version when setting up msbuild
1 parent ccc3897 commit 1aa543b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/vsix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646

4747
- name: Setup MSBuild.exe
4848
uses: microsoft/setup-msbuild@v2
49+
with:
50+
vs-version: '[16.4,16.5)'
4951

5052
- name: Build
5153
run: msbuild VSIX.sln /property:Configuration=Release /p:DeployExtension=false

0 commit comments

Comments
 (0)