Skip to content

Commit a7fc6aa

Browse files
authored
Merge pull request #2006 from grumpycoders/copilot/update-azure-runners-to-windows-2025-vs2026
Switch Azure pipelines to windows-2025-vs2026 runners
2 parents 1c8b9cc + 40248df commit a7fc6aa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

azure-pipelines-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trigger:
22
- main
33

44
pool:
5-
vmImage: 'windows-2022'
5+
vmImage: 'windows-2025-vs2026'
66

77
variables:
88
solution: 'vsprojects/pcsx-redux.sln'
@@ -77,7 +77,7 @@ steps:
7777
vsprojects/x64/ReleaseCLI/*.pdb
7878
TargetFolder: '$(build.artifactStagingDirectory)/pdbs'
7979

80-
- task: VSTest@2
80+
- task: VSTest@3
8181
inputs:
8282
testSelector: 'testAssemblies'
8383
testAssemblyVer2: |

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trigger:
22
- main
33

44
pool:
5-
vmImage: 'windows-2022'
5+
vmImage: 'windows-2025-vs2026'
66

77
variables:
88
solution: 'vsprojects/pcsx-redux.sln'
@@ -85,7 +85,7 @@ steps:
8585
vsprojects/x64/ReleaseWithClangCL/*.pdb
8686
TargetFolder: '$(build.artifactStagingDirectory)/pdbs'
8787

88-
- task: VSTest@2
88+
- task: VSTest@3
8989
inputs:
9090
testSelector: 'testAssemblies'
9191
testAssemblyVer2: |

0 commit comments

Comments
 (0)