Skip to content

Commit 8c0d072

Browse files
revert 61aa1fe
1 parent 61aa1fe commit 8c0d072

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.pipelines/build-CI.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)