diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 01e49f3ca..07f629ade 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -87,7 +87,7 @@ jobs: ./test-z3 -a cd .. condition: eq(variables['runUnitTest'], 'True') - - ${{if eq(runExample, 'True'}}: + - ${{if eq(runExample, 'True')}}: - template: scripts/test-examples-cmake.yml # - template: scripts/test-jupyter.yml # - template: scripts/test-java-cmake.yml