Skip to content

Commit

Permalink
Preparing version 1.10.0 Snap (#478)
Browse files Browse the repository at this point in the history
* update to OrcaSQL ESRP Code Sign

* code sign for non-windows

* remove pr trigger for snap

* remove trigger

* update date esrp key for linux
  • Loading branch information
nasc17 authored Dec 4, 2023
1 parent 8aac258 commit 314db93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .pipeline/build_release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
trigger:
- release
trigger: none
pr: none
jobs:
- job: platform_matrix
Expand Down
3 changes: 1 addition & 2 deletions .pipeline/build_snap.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
trigger: none
pr:
- release
pr: none
strategy:
matrix:
linux:
Expand Down
6 changes: 3 additions & 3 deletions .pipeline/templates/code-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
displayName: 'Code Signing for windows'
condition: eq(variables['platform'], 'windows')
inputs:
ConnectedServiceName: 'Database System ESRP Connector'
ConnectedServiceName: 'OrcaSQL ESRP Code Sign'
FolderPath: '$(Build.SourcesDirectory)/dist/pgsqltoolsservice'
Pattern: |
*.exe
Expand Down Expand Up @@ -47,15 +47,15 @@ steps:
displayName: 'Code Signing for linux and mac'
condition: ne(variables['platform'], 'windows')
inputs:
ConnectedServiceName: 'Database System ESRP Connector'
ConnectedServiceName: 'OrcaSQL ESRP Code Sign'
FolderPath: '$(Build.SourcesDirectory)/dist/pgsqltoolsservice'
Pattern: 'ossdbtoolsservice_main*'
useMinimatch: true
signConfigType: inlineSignParams
inlineOperation: |
[
{
"KeyCode" : "CP-450779-Pgp",
"KeyCode" : "CP-500191-Pgp",
"OperationCode" : "LinuxSign",
"Parameters" : {},
"ToolName" : "sign",
Expand Down

0 comments on commit 314db93

Please sign in to comment.