Skip to content

Commit

Permalink
Disable codesign validation where the file type is not supported (#14885
Browse files Browse the repository at this point in the history
)

* disable codesign validation where it fails

* disable macOS filesigning too
  • Loading branch information
TravisEz13 authored and adityapatwardhan committed Mar 8, 2021
1 parent d9033a4 commit 3e67d45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/releaseBuild/azureDevOps/templates/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
- name: buildName
value: ${{ parameters.buildName }}
- group: ESRP
- name: runCodesignValidationInjection
value: false

steps:
- checkout: self
Expand Down
2 changes: 2 additions & 0 deletions tools/releaseBuild/azureDevOps/templates/mac-file-signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
name: Package ES CodeHub Lab E
variables:
- group: ESRP
- name: runCodesignValidationInjection
value: false

steps:
- checkout: self
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
name: Package ES CodeHub Lab E
variables:
- group: ESRP
- name: runCodesignValidationInjection
value: false

steps:
- checkout: self
Expand Down

0 comments on commit 3e67d45

Please sign in to comment.