Skip to content

Commit

Permalink
Plumb signing parameter down to actual build
Browse files Browse the repository at this point in the history
  • Loading branch information
rainersigwald committed Aug 25, 2022
1 parent 0f04e15 commit 0da9eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
solution: '**/*.sln'
msbuildArchitecture: 'x64'
configuration: 'Release'
msbuildArguments: '-restore -bl:$(Build.StagingDirectory)\ContainersOfficialBuild.binlog -v:minimal'
msbuildArguments: '-restore -bl:$(Build.StagingDirectory)\ContainersOfficialBuild.binlog -v:minimal -p:SignType=${{ parameters.SignType }}'
maximumCpuCount: true

- task: PublishPipelineArtifact@1
Expand Down

0 comments on commit 0da9eb1

Please sign in to comment.