Skip to content

Commit 0e6d59c

Browse files
author
Skylar Nam
committed
Enable PME signing for Library.Template
1 parent 87df227 commit 0e6d59c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

azure-pipelines/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
zipSources: false
119119
${{ if parameters.RealSign }}:
120120
signType: real
121+
signWithProd: true
121122
${{ else }}:
122123
signType: test
123124
sbom:
@@ -223,6 +224,7 @@ jobs:
223224
signing:
224225
enabled: false # enable when building unique artifacts on this agent that must be signed
225226
signType: real
227+
signWithProd: true
226228
outputParentDirectory: $(Build.ArtifactStagingDirectory)
227229
outputs:
228230
- ${{ each artifact_name in parameters.artifact_names }}:
@@ -258,6 +260,7 @@ jobs:
258260
signing:
259261
enabled: false # enable when building unique artifacts on this agent that must be signed
260262
signType: real
263+
signWithProd: true
261264
outputParentDirectory: $(Build.ArtifactStagingDirectory)
262265
outputs:
263266
- ${{ each artifact_name in parameters.artifact_names }}:

azure-pipelines/microbuild.before.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ steps:
4444
inputs:
4545
signType: Real
4646
zipSources: false
47+
ConnectedPMEServiceName: 6cc74545-d7b9-4050-9dfa-ebefcc8961ea # devdiv's SC ID
4748
displayName: 🔧 Install MicroBuild Signing Plugin
4849

4950
- ${{ if parameters.EnableLocalization }}:

0 commit comments

Comments
 (0)