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