Skip to content

Commit 124b733

Browse files
authored
ci: support PME to code sign (#900)
1 parent f566a93 commit 124b733

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.azure-pipelines/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ extends:
3333
signing:
3434
enabled: true
3535
signType: real
36+
signWithProd: true
3637
zipSources: false
3738
feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
3839
outputs:

.azure-pipelines/rc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ extends:
2828
signing:
2929
enabled: true
3030
signType: real
31+
signWithProd: true
3132
zipSources: false
3233
feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
3334
outputs:

0 commit comments

Comments
 (0)