diff --git a/.vsts-ci/misc-analysis.yml b/.vsts-ci/misc-analysis.yml index a3b9aa88215d..7bf2dc697182 100644 --- a/.vsts-ci/misc-analysis.yml +++ b/.vsts-ci/misc-analysis.yml @@ -90,7 +90,7 @@ jobs: condition: succeededOrFailed() workingDirectory: '$(repoPath)' - - ${{ if not(contains('SYSTEM_COLLECTIONURI','mscodehub')) }}: + - ${{ if not(contains(variables['SYSTEM_COLLECTIONURI'],'mscodehub')) }}: - pwsh: | Import-module ./build.psm1 $path = Join-Path -Path $pwd -ChildPath './commonTestResults.xml'