From b416692cddad9182fbacde8bbcc688f747e0f4c6 Mon Sep 17 00:00:00 2001 From: Jeff Kluge Date: Mon, 21 Oct 2019 09:10:02 -0700 Subject: [PATCH] Fix release pipeline (#35) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9904892..81b0d46 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,7 +53,7 @@ jobs: displayName: 'dotnet test' inputs: command: test - arguments: '--no-build -restore:false -property:VSTestNoBuild=true' + arguments: '--no-build -restore:false -property:VSTestNoBuild=true -property:"Configuration=$(BuildConfiguration)"' - task: PublishPipelineArtifact@0 displayName: 'Publish Artifacts'