Skip to content

Commit 40248df

Browse files
Bump VSTest@2 to VSTest@3 in Azure pipelines
Agent-Logs-Url: https://github.com/grumpycoders/pcsx-redux/sessions/d4165a01-8874-48b5-8eae-9cc8b1c7056c Co-authored-by: nicolasnoble <7281574+nicolasnoble@users.noreply.github.com>
1 parent 50672f7 commit 40248df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)