From 8ed3e6268ce4e3ea9f9f0ee79da60a5819bb58c7 Mon Sep 17 00:00:00 2001 From: MaceWindu Date: Mon, 16 Oct 2023 21:36:10 +0200 Subject: [PATCH] fix ci (#360) --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b8437c0..51d8b02 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,8 +50,7 @@ stages: inputs: command: 'build' projects: '$(solution)' - configuration: '$(build_configuration)' - arguments: '-property:ContinuousIntegrationBuild=true' + arguments: '-property:ContinuousIntegrationBuild=true --configuration $(build_configuration)' displayName: Build Solution - powershell: echo "##vso[task.setvariable variable=packageVersion]$(packageVersion)-rc.$(Build.BuildId)"