From 179242ed297fa3d1ae4ae92a8fd7e183e0c2a221 Mon Sep 17 00:00:00 2001 From: Everett Maus Date: Thu, 8 Aug 2019 20:50:19 -0700 Subject: [PATCH] More template changes... --- azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 21ab7be96..07cb06cd6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -87,9 +87,8 @@ jobs: ./test-z3 -a cd .. condition: eq(variables['runUnitTest'], 'True') - - template: | - scripts/test-examples-cmake.yml - condition: eq(variables['runExample'], 'True') + - ${{if eq(runExample, 'True'}} + - template: scripts/test-examples-cmake.yml # - template: scripts/test-jupyter.yml # - template: scripts/test-java-cmake.yml - template: scripts/test-regressions.yml