Skip to content

Commit 64aab65

Browse files
authored
Try compile time expression
1 parent 300295a commit 64aab65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
installAdditionalLinuxDependencies: ${{ parameters.installAdditionalLinuxDependencies }}
3535
npmCommand: $(npmCommand)
3636
testVSCodeVersion: ${{ parameters.testVSCodeVersion }}
37-
isIntegrationTest: $[ eq(startsWith(variables.npmCommand, 'test:integration'), true) ]
37+
isIntegrationTest: ${{ startsWith(variables.npmCommand, 'test:integration') }}

0 commit comments

Comments
 (0)