Skip to content

Commit 0da9eb1

Browse files
committed
Plumb signing parameter down to actual build
1 parent 0f04e15 commit 0da9eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
solution: '**/*.sln'
3030
msbuildArchitecture: 'x64'
3131
configuration: 'Release'
32-
msbuildArguments: '-restore -bl:$(Build.StagingDirectory)\ContainersOfficialBuild.binlog -v:minimal'
32+
msbuildArguments: '-restore -bl:$(Build.StagingDirectory)\ContainersOfficialBuild.binlog -v:minimal -p:SignType=${{ parameters.SignType }}'
3333
maximumCpuCount: true
3434

3535
- task: PublishPipelineArtifact@1

0 commit comments

Comments
 (0)