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

Commit f9270c9

Browse files
author
BruceHaley
authored
Add runCodesignValidationInjection: false to pipelines (#1055)
* Add var runCodesignValidationInjection: false * Fix syntax * Try "variables" * Remove vars * Variables back * Swap places * Indent * version fix * Trying variables twice * Put var in stage * Finish * Fix azure-devops
1 parent c64ea80 commit f9270c9

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

build/botframework-cli-azure-devops.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ variables:
1717

1818
stages:
1919
- stage: Build
20+
variables:
21+
runCodesignValidationInjection: false # Disables the unnecessary injected CodeSign Validation step
2022
jobs:
2123
- job:
2224
steps:

build/botframework-cli-beta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ variables:
2424

2525
stages:
2626
- stage: Build
27+
variables:
28+
runCodesignValidationInjection: false # Disables the unnecessary injected CodeSign Validation step
2729
jobs:
2830
- job:
2931
steps:

build/botframework-cli-daily.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ variables:
2424

2525
stages:
2626
- stage: Build
27+
variables:
28+
runCodesignValidationInjection: false # Disables the unnecessary injected CodeSign Validation step
2729
jobs:
2830
- job:
2931
steps:

build/botframework-cli-rc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ variables:
1717

1818
stages:
1919
- stage: Build
20+
variables:
21+
runCodesignValidationInjection: false # Disables the unnecessary injected CodeSign Validation step
2022
jobs:
2123
- job:
2224
steps:

build/botframework-cli.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pr:
1616
jobs:
1717
- job: CLI
1818
variables:
19+
runCodesignValidationInjection: false # Disables the unnecessary injected CodeSign Validation step
1920
buildVersion: '4.10.0-preview.$(Build.BuildId)'
2021
_version: ${{coalesce(variables.version, variables.buildVersion)}}
2122

0 commit comments

Comments
 (0)