Skip to content

Commit a34b2e5

Browse files
authored
Merge pull request #1211 from microsoft/dev/andarno/libtemplateUpdate
Merge latest Library.Template
2 parents 06368ad + 0d024e0 commit a34b2e5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

azure-pipelines/build.yml

Lines changed: 5 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:
@@ -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 }}:

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)