From 85601453cdb7382e52171a34055fb37a53f0bb0c Mon Sep 17 00:00:00 2001 From: Everett Maus Date: Thu, 8 Aug 2019 20:52:25 -0700 Subject: [PATCH] Missed a colon. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 07cb06cd6..01e49f3ca 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