File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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 }} :
Original file line number Diff line number Diff line change 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 }} :
You can’t perform that action at this time.
0 commit comments