Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2193 from howdyai/bruce/botkittweaks1-19
Browse files Browse the repository at this point in the history
Suppress Codesign Validation Injection
  • Loading branch information
benbrown authored Feb 1, 2022
2 parents 6898724 + c95b3a3 commit 98a918f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/botkit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ pool:
trigger: none # ci trigger is set in ADO
pr: none # pr trigger is set in ADO

variables:
runCodesignValidationInjection: false

steps:
- task: NodeTool@0
inputs:
Expand Down
1 change: 1 addition & 0 deletions build/botkit-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pr: none # pr trigger is set in ADO

variables:
Packaging.EnableSBOMSigning: true
runCodesignValidationInjection: false
# PackageVersion: 4.16.0-dev.{DateStamp}.$(Build.BuildId) Define this in Azure to be settable at queue time.

steps:
Expand Down

0 comments on commit 98a918f

Please # to comment.