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 committed by GitHub
parent 8881360725
commit 877c97fdc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'