Skip to content

Commit a4a3d80

Browse files
authored
Using parameters within a condition requires evaluation (#7171)
1 parent b60d3bb commit a4a3d80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ extends:
271271
displayName: CodeCoverage
272272
dependsOn:
273273
- build
274-
condition: and(succeeded('build'), ne(variables['SkipQualityGates'], 'true'), eq(parameters.runTests, true))
274+
condition: and(succeeded('build'), ne(variables['SkipQualityGates'], 'true'), ${{ eq(parameters.runTests, true) }})
275275
variables:
276276
- template: /eng/common/templates-official/variables/pool-providers.yml@self
277277
jobs:

0 commit comments

Comments
 (0)