diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 07f629ade..586b4408c 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(variables['runExample'], 'True')}}: - template: scripts/test-examples-cmake.yml # - template: scripts/test-jupyter.yml # - template: scripts/test-java-cmake.yml