Skip to content

Commit

Permalink
fix ci (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu authored Oct 16, 2023
1 parent bede9a6 commit 8ed3e62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 8ed3e62

Please sign in to comment.