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 6d081db commit 07f722dCopy full SHA for 07f722d
.vsts-ci/misc-analysis.yml
@@ -90,7 +90,7 @@ jobs:
90
condition: succeededOrFailed()
91
workingDirectory: '$(repoPath)'
92
93
- - ${{ if not(contains(variables['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