From 0bd3514f92f1a189aff21924f0ee40a0823a9423 Mon Sep 17 00:00:00 2001 From: Jeff Kluge Date: Mon, 1 Mar 2021 14:46:35 -0800 Subject: [PATCH] Set Configuration when running tests (#112) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 999b229..a456090 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,7 +51,7 @@ jobs: displayName: 'Run Unit Tests' inputs: command: 'test' - arguments: '--no-build -restore:false -property:VSTestNoBuild=true' + arguments: '--no-build --configuration:$(BuildConfiguration) -restore:false -property:VSTestNoBuild=true' - task: PublishBuildArtifacts@1 displayName: 'Publish Artifacts'