Forum Discussion
Try these task version numbers to revert back to a working state. You can look what version number you used in your last successful run and use that version number or the ones I've provided.
# Install VS Test Platform
- task: VisualStudioTestPlatformInstaller@1
displayName: Install VS Test
inputs:
packageFeedSelector: 'nugetOrg'
versionSelector: 'latestStable'
# Install TC Test Adaptor
- task: SmartBearSoftware.install-testcomplete-adapter-task.install-testcomplete-adapter-task.InstallTestCompleteAdapter@1.15040.421
displayName: Install TC Test Adaptor
inputs:
installExecutor: true
updateExecutor: false
logsLevel: '0'
cmdLineParams: '/PrjVar:ExecutionRegion=${{ parameters.Region }}'
preferredExecutor: TE
# VS Test Run
- task: VSTest@2.220.0
displayName: VS Test Run
inputs:
testSelector: 'testAssemblies'
testAssemblyVer2: '**\$(PJS_FILE)'
searchFolder: '$(Build.SourcesDirectory)'
testFiltercriteria: 'Name=${{ parameters.TestFilter }}'
vsTestVersion: 'toolsInstaller'
Related Content
- 12 months ago
- 3 years ago
Recent Discussions
- 4 days ago
- 4 days ago