Fix the variable name in the condition for miscellaneous analysis CI (#14975)

This commit is contained in:
Aditya Patwardhan 2021-03-08 17:06:39 -08:00
parent 72fd413ae2
commit bfa1df462b

View file

@ -90,7 +90,7 @@ jobs:
condition: succeededOrFailed()
workingDirectory: '$(repoPath)'
- ${{ if not(contains(variables['SYSTEM_COLLECTIONURI'],'mscodehub')) }}:
- ${{ if not(contains(variables['SYSTEM.COLLECTIONURI'],'mscodehub')) }}:
- pwsh: |
Import-module ./build.psm1
$path = Join-Path -Path $pwd -ChildPath './commonTestResults.xml'