Skip to content

Commit ce4ed32

Browse files
committed
fixup! Add Explicit Binary Signing Task
1 parent 8c7f0cc commit ce4ed32

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pipelines/build/binaries.jobs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,16 @@ jobs:
5050
displayName: "Sign Binary - ${{ job_data.displayName }} -"
5151
strategy: ${{ job_data.strategy }}
5252
pool:
53+
type: docker
5354
${{ if eq(job_data.job, 'windows_amd64') }}:
54-
type: windows
55+
os: windows
5556
${{ else }}:
56-
type: linux
57+
os: linux
5758
variables:
5859
ob_outputDirectory: $(Build.SourcesDirectory)
5960
ob_artifactSuffix: _$(artifact)
6061
ob_git_checkout: false
62+
ob_extract_root_artifact: true
6163
steps:
6264
- task: DownloadPipelineArtifact@2
6365
inputs:

0 commit comments

Comments
 (0)