We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea1fe2 commit 05f5f6dCopy full SHA for 05f5f6d
.github/workflows/test-nuget.yml
@@ -24,8 +24,10 @@ jobs:
24
- { os: win, arch: x86 }
25
- { os: win, arch: x64, version: 2019 }
26
- { os: win, arch: x86, version: 2019 }
27
+ - { os: win, arch: x64, version: 2025 }
28
+ - { os: win, arch: x86, version: 2025 }
29
- { os: linux, arch: x64 }
- runs-on: ${{ matrix.os == 'win' && 'windows-latest' || matrix.version == '2019' && 'windows-2019' || 'ubuntu-latest' }}
30
+ runs-on: ${{ matrix.os == 'win' && 'windows-latest' || matrix.version == '2019' && 'windows-2019' || matrix.version == '2025' && 'windows-2025' || 'ubuntu-latest' }}
31
steps:
32
- name: Disable Windows Defender Real-time Protection
33
if: matrix.os == 'win'
0 commit comments