From 0d89c024860f8af34e348d79f409dbce577d417a Mon Sep 17 00:00:00 2001 From: Everett Maus Date: Thu, 8 Aug 2019 20:53:47 -0700 Subject: [PATCH] Missed a paren as well. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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