Fix the variable usage in CI yaml (#14974)

This commit is contained in:
Aditya Patwardhan 2021-03-08 15:39:48 -08:00 committed by GitHub
parent 22b3653bf4
commit 8881360725
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('SYSTEM_COLLECTIONURI','mscodehub')) }}:
- ${{ if not(contains(variables['SYSTEM_COLLECTIONURI'],'mscodehub')) }}:
- pwsh: |
Import-module ./build.psm1
$path = Join-Path -Path $pwd -ChildPath './commonTestResults.xml'