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.
2 parents 1c8b9cc + 40248df commit a7fc6aaCopy full SHA for a7fc6aa
2 files changed
azure-pipelines-cli.yml
@@ -2,7 +2,7 @@ trigger:
2
- main
3
4
pool:
5
- vmImage: 'windows-2022'
+ vmImage: 'windows-2025-vs2026'
6
7
variables:
8
solution: 'vsprojects/pcsx-redux.sln'
@@ -77,7 +77,7 @@ steps:
77
vsprojects/x64/ReleaseCLI/*.pdb
78
TargetFolder: '$(build.artifactStagingDirectory)/pdbs'
79
80
-- task: VSTest@2
+- task: VSTest@3
81
inputs:
82
testSelector: 'testAssemblies'
83
testAssemblyVer2: |
azure-pipelines.yml
@@ -85,7 +85,7 @@ steps:
85
vsprojects/x64/ReleaseWithClangCL/*.pdb
86
87
88
89
90
91
0 commit comments