File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-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 :
@@ -141,6 +142,8 @@ jobs:
141142 - powershell : Write-Host "##vso[task.setvariable variable=PROFILINGINPUTSDROPNAME]$(tools/variables/ProfilingInputsDropName.ps1)"
142143 displayName : ⚙ Set ProfilingInputsDropName for optprof
143144 sdl :
145+ binskim :
146+ analyzeTargetGlob : $(Build.ArtifactStagingDirectory)\symbols-Windows\**
144147 credscan :
145148 suppressionsFile : $(Build.SourcesDirectory)/azure-pipelines/CredScanSuppressions.json
146149 debugMode : true # required for whole directory suppressions
@@ -226,6 +229,7 @@ jobs:
226229 signing :
227230 enabled : false # enable when building unique artifacts on this agent that must be signed
228231 signType : real
232+ signWithProd : true
229233 outputParentDirectory : $(Build.ArtifactStagingDirectory)
230234 outputs :
231235 - ${{ each artifact_name in parameters.artifact_names }} :
@@ -261,6 +265,7 @@ jobs:
261265 signing :
262266 enabled : false # enable when building unique artifacts on this agent that must be signed
263267 signType : real
268+ signWithProd : true
264269 outputParentDirectory : $(Build.ArtifactStagingDirectory)
265270 outputs :
266271 - ${{ 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