Browse Source

Go for the VS2026 image, bring back setup-msbuild

net11
Christoph Wille 2 weeks ago
parent
commit
6f1c004552
  1. 5
      .github/workflows/build-ilspy.yml

5
.github/workflows/build-ilspy.yml

@ -13,7 +13,7 @@ jobs: @@ -13,7 +13,7 @@ jobs:
Build:
permissions:
packages: write # for dotnet nuget push
runs-on: windows-2025
runs-on: windows-2025-vs2026
strategy:
fail-fast: false
matrix:
@ -41,6 +41,9 @@ jobs: @@ -41,6 +41,9 @@ jobs:
DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet
DOTNET_ROOT: ${{ runner.temp }}/.dotnet
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v3
- name: Install dotnet-format
env:
DOTNET_FORMAT_VERSION: 10.0.100-rtm.25531.102

Loading…
Cancel
Save