From 308284d9ee4a3fd119ac94bb7bab40612b558463 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Mon, 8 Mar 2021 16:06:54 -0800 Subject: [PATCH] Fix the variable name in the condition --- .vsts-ci/misc-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci/misc-analysis.yml b/.vsts-ci/misc-analysis.yml index 7bf2dc69718..8c81c604270 100644 --- a/.vsts-ci/misc-analysis.yml +++ b/.vsts-ci/misc-analysis.yml @@ -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'