diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 61b33d415c0..7ec53a25921 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -271,7 +271,7 @@ extends: displayName: CodeCoverage dependsOn: - build - condition: and(succeeded('build'), ne(variables['SkipQualityGates'], 'true'), eq(parameters.runTests, true)) + condition: and(succeeded('build'), ne(variables['SkipQualityGates'], 'true'), ${{ eq(parameters.runTests, true) }}) variables: - template: /eng/common/templates-official/variables/pool-providers.yml@self jobs: