File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,28 @@ steps:
7272 SessionTimeout : ' 60'
7373 MaxConcurrency : ' 50'
7474 MaxRetryAttempts : ' 5'
75+ - task : EsrpCodeSigning@2
76+ displayName : ' Code Signing for linux and mac'
77+ condition : ne(variables['imageName'], 'windows-latest')
78+ inputs :
79+ ConnectedServiceName : ' Database System ESRP Connector'
80+ FolderPath : ' $(Build.SourcesDirectory)/build/mysqltoolsservice'
81+ Pattern : ' *'
82+ useMinimatch : true
83+ signConfigType : inlineSignParams
84+ inlineOperation : |
85+ [
86+ {
87+ "KeyCode" : "CP-450779-Pgp",
88+ "OperationCode" : "PgpClearSign",
89+ "Parameters" : {},
90+ "ToolName" : "sign",
91+ "ToolVersion" : "1.0"
92+ }
93+ ]
94+ SessionTimeout : ' 60'
95+ MaxConcurrency : ' 50'
96+ MaxRetryAttempts : ' 5'
7597- task : DeleteFiles@1
7698 inputs :
7799 SourceFolder : ' $(Build.SourcesDirectory)/build/mysqltoolsservice'
You can’t perform that action at this time.
0 commit comments