Skip to content

Commit 8e938dc

Browse files
committed
fixup! Add Explicit Binary Signing Task
1 parent 0bfb59d commit 8e938dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.pipelines/build/binaries.jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
arch: $(ARCH)
4646

4747

48-
- ${{ elseif and(eq(job_data.templateContext.action, 'sign'), eq(parameters.official, 'true')) }}:
48+
- ${{ elseif and(eq(job_data.templateContext.action, 'sign'), eq(parameters.isOfficial, 'true')) }}:
4949
- job: sign_${{ job_data.job }}
5050
displayName: "Sign Binary - ${{ job_data.displayName }} -"
5151
strategy: ${{ job_data.strategy }}

.pipelines/run-pipeline.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
ob_artifactSuffix: _source
1414

1515
ACR_DIR: $(Build.SourcesDirectory)/azure-container-networking
16+
${{ if parameters.isOfficial }}:
17+
BUILD_TYPE: official
18+
${{ else }}:
19+
BUILD_TYPE: buddy
1620
steps:
1721
- checkout: azure-container-networking
1822
- template: build/ob-prepare.steps.yaml

0 commit comments

Comments
 (0)