Skip to content

Commit

Permalink
Update OSS binary signing
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceisfun committed May 11, 2021
1 parent bcd6ded commit 31829b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ stages:
- template: assembly-module-compliance.yml@ComplianceRepo
parameters:
# binskim
AnalyzeTarget: '$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/*JKang.*.dll;$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/*PE-Utility.dll;$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/*PeterKottas.*.dll;$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/*DasMulli.*.dll;$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/*FactoryOrchestraor*.dll;$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/*FactoryOrchestrator*.exe'
AnalyzeTarget: '$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/*JKang.*.dll;$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/*PE-Utility.dll;$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/*FactoryOrchestraor*.dll;$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/*FactoryOrchestrator*.exe;$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/Common.Logging*.dll;$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/System.Net.IPNetwork.dll;$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/SimpleBase.dll;$(Pipeline.Workspace)/SignedBin_Windows_Release_AllPlatforms/Makaretu.*.dll'
AnalyzeSymPath: 'SRV*'
# component-governance
sourceScanPath: '$(FORepoRoot)/src'
Expand Down
2 changes: 1 addition & 1 deletion build/templates/template-sign-binaries-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ steps:
buildOutputPath: '$(System.DefaultWorkingDirectory)/signeduniquefiles_stage1/'
signOutputPath: '$(System.DefaultWorkingDirectory)/signeduniquefiles_stage2/'
certificateId: 'CP-231522'
pattern: '*__Newtonsoft*.dll,*__JKang.*.dll,*__PE-Utility.dll,*__PeterKottas.*.dll,*__DasMulli.*.dll,*__Common.Logging*.dll,*__System.Net.IPNetwork.dll,*__SimpleBase.dll,*__Makaretu.*.dll'
pattern: '*__Newtonsoft*.dll,*__JKang.*.dll,*__PE-Utility.dll,*__Common.Logging*.dll,*__System.Net.IPNetwork.dll,*__SimpleBase.dll,*__Makaretu.*.dll'
useMinimatch: false
shouldSign: ${{ parameters.ShouldSign }}
alwaysCopy: 'true'
Expand Down

0 comments on commit 31829b7

Please sign in to comment.