We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe908b8 commit c180e26Copy full SHA for c180e26
azure-pipelines/test.yml
@@ -18,7 +18,7 @@ steps:
18
fetchTags: false
19
fetchDepth: 1
20
21
-- script: echo eq(${{ parameters.isIntegration }}, 'true') evaluates to ${{ eq(parameters.isIntegration, 'true)' }}
+- script: echo eq(${{ parameters.isIntegration }}, 'true') evaluates to ${{ eq(parameters.isIntegration, 'true') }}
22
23
- template: prereqs.yml
24
parameters:
0 commit comments