|
|
|
|
@ -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 |
|
|
|
|
|