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 defc5d2 commit 08f3e6bCopy full SHA for 08f3e6b
eng/pipelines/templates/steps/vmr-validate-installers.yml
@@ -60,7 +60,7 @@ steps:
60
inputs:
61
testRunner: VSTest
62
testResultsFiles: 'artifacts/TestResults/Release/*.trx'
63
- searchFolder: $(sourcesPath)
+ searchFolder: $(Build.SourcesDirectory)
64
mergeTestResults: true
65
publishRunAttachments: true
66
testRunTitle: Tests_$(Agent.JobName)
0 commit comments