From 85dabc7638efbb5b95ac54687b806c45e104bc95 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 28 Nov 2020 13:10:33 +0100 Subject: [PATCH] BUILD_SOLUTION_AS_DEBUG --- azure-pipelines-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 3bec8ce0..d3c741a6 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -42,6 +42,7 @@ steps: command: 'build' arguments: /p:Configuration=Debug projects: $(buildProjects) + condition: and(succeeded(), eq(variables['BUILD_SOLUTION_AS_DEBUG'], 'yes')) # Build tests and run tests for net452 and netcoreapp3.1 (with coverage) - script: |