We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b3653 commit 8881360Copy full SHA for 8881360
.vsts-ci/misc-analysis.yml
@@ -90,7 +90,7 @@ jobs:
90
condition: succeededOrFailed()
91
workingDirectory: '$(repoPath)'
92
93
- - ${{ if not(contains('SYSTEM_COLLECTIONURI','mscodehub')) }}:
+ - ${{ if not(contains(variables['SYSTEM_COLLECTIONURI'],'mscodehub')) }}:
94
- pwsh: |
95
Import-module ./build.psm1
96
$path = Join-Path -Path $pwd -ChildPath './commonTestResults.xml'
0 commit comments