Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 4cfe5e5

Browse files
authored
ci: update macos esrp certificate (#424)
1 parent f29cc5c commit 4cfe5e5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.azure-pipelines/release-cli.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pool:
1717
vmImage: ubuntu-latest
1818

1919
variables:
20+
- group: ESRP
2021
- name: repositoryConnection
2122
value: 'GitHub - calebkiage'
2223
- name: fileNameTemplate
@@ -505,6 +506,7 @@ stages:
505506
zipName: $(ZIP_NAME)
506507
targetRuntime: $(rid)
507508
enabled: $(IS_MACOS)
509+
certificateName: $(CERTIFICATE_ID)
508510

509511
- pwsh: |
510512
Write-Host "##vso[task.setvariable variable=ESRP_FILE_PATTERN]$(ZIP_NAME)"

.azure-pipelines/templates/prepare-unsigned-executable-darwin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
default: mgc
88
- name: certificateName
99
type: "string"
10-
default: 26745KVN9Q
10+
default: ''
1111
- name: zipName
1212
type: "string"
1313
default: unsigned.zip

0 commit comments

Comments
 (0)