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 300295a commit 64aab65Copy full SHA for 64aab65
azure-pipelines/test-matrix.yml
@@ -34,4 +34,4 @@ jobs:
34
installAdditionalLinuxDependencies: ${{ parameters.installAdditionalLinuxDependencies }}
35
npmCommand: $(npmCommand)
36
testVSCodeVersion: ${{ parameters.testVSCodeVersion }}
37
- isIntegrationTest: $[ eq(startsWith(variables.npmCommand, 'test:integration'), true) ]
+ isIntegrationTest: ${{ startsWith(variables.npmCommand, 'test:integration') }}
0 commit comments