Skip to content

Commit 1bad808

Browse files
authored
Disable codesign validation where the file type is not supported (PowerShell#14885)
* disable codesign validation where it fails * disable macOS filesigning too
1 parent e0b5414 commit 1bad808

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tools/releaseBuild/azureDevOps/templates/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
- name: buildName
7070
value: ${{ parameters.buildName }}
7171
- group: ESRP
72+
- name: runCodesignValidationInjection
73+
value: false
7274

7375
steps:
7476
- checkout: self

tools/releaseBuild/azureDevOps/templates/mac-file-signing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
name: Package ES Standard Build
1111
variables:
1212
- group: ESRP
13+
- name: runCodesignValidationInjection
14+
value: false
1315

1416
steps:
1517
- checkout: self

tools/releaseBuild/azureDevOps/templates/mac-package-signing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
name: Package ES Standard Build
1111
variables:
1212
- group: ESRP
13+
- name: runCodesignValidationInjection
14+
value: false
1315

1416
steps:
1517
- checkout: self

0 commit comments

Comments
 (0)