mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-06 12:10:58 +00:00
feat: Attach codesign links to pipeline yaml
This commit is contained in:
parent
a6612e683d
commit
fe72c90b85
@ -89,7 +89,7 @@ jobs:
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
script: |
|
||||
dotnet nuget locals all --clear
|
||||
dotnet nuget locals all --clear
|
||||
dotnet workload install aspire
|
||||
- ${{ if eq(variables.runCodeQL3000, 'true') }}:
|
||||
- task: CodeQL3000Init@0
|
||||
@ -129,10 +129,15 @@ jobs:
|
||||
src/**/bin/${{parameters.build_configuration}}/**/Microsoft.AutoGen.*.dll
|
||||
TargetFolder: '$(build.artifactstagingdirectory)\codesign'
|
||||
CleanTargetFolder: true
|
||||
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
|
||||
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
|
||||
displayName: 'Codesign: ESRP CodeSigning'
|
||||
inputs:
|
||||
ConnectedServiceName: 'CodeSign Service (NuGet)'
|
||||
ConnectedServiceName: 'AI Frontiers ESRP'
|
||||
AppRegistrationClientId: 'c1e7a5c0-ee6b-4cec-9e11-4dc3f4670042'
|
||||
AppRegistrationTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
|
||||
AuthAKVName: 'aif-autogen-esrp-kv'
|
||||
AuthCertName: 'AutoGenPublishESRPPKI'
|
||||
AuthSignCertName: 'AutoGenPublishESRPPKI' # this variable is only needed for codesign
|
||||
FolderPath: '$(build.artifactstagingdirectory)\codesign'
|
||||
Pattern: '*'
|
||||
signConfigType: inlineSignParams
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user