Skip to content

Commit 6f1c004

Browse files
Go for the VS2026 image, bring back setup-msbuild
1 parent 3606fe2 commit 6f1c004

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-ilspy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
Build:
1414
permissions:
1515
packages: write # for dotnet nuget push
16-
runs-on: windows-2025
16+
runs-on: windows-2025-vs2026
1717
strategy:
1818
fail-fast: false
1919
matrix:
@@ -41,6 +41,9 @@ jobs:
4141
DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet
4242
DOTNET_ROOT: ${{ runner.temp }}/.dotnet
4343

44+
- name: Add msbuild to PATH
45+
uses: microsoft/setup-msbuild@v3
46+
4447
- name: Install dotnet-format
4548
env:
4649
DOTNET_FORMAT_VERSION: 10.0.100-rtm.25531.102

0 commit comments

Comments
 (0)