Skip to content

Commit a884b61

Browse files
Run VSIX workflow on windows-2025
1 parent 9ccf556 commit a884b61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/vsix.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
jobs:
2323
build:
2424

25-
runs-on: windows-latest
25+
runs-on: windows-2025
2626

2727
steps:
2828
- uses: actions/checkout@v4
@@ -46,8 +46,6 @@ jobs:
4646

4747
- name: Setup MSBuild.exe
4848
uses: microsoft/setup-msbuild@v2
49-
with:
50-
vs-version: '[17.0, 17.5)'
5149

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

0 commit comments

Comments
 (0)