Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 8ed3e62

Browse files
authored
fix ci (#360)
1 parent bede9a6 commit 8ed3e62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ stages:
5050
inputs:
5151
command: 'build'
5252
projects: '$(solution)'
53-
configuration: '$(build_configuration)'
54-
arguments: '-property:ContinuousIntegrationBuild=true'
53+
arguments: '-property:ContinuousIntegrationBuild=true --configuration $(build_configuration)'
5554
displayName: Build Solution
5655

5756
- powershell: echo "##vso[task.setvariable variable=packageVersion]$(packageVersion)-rc.$(Build.BuildId)"

0 commit comments

Comments
 (0)