We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7f0cc commit ce4ed32Copy full SHA for ce4ed32
.pipelines/build/binaries.jobs.yaml
@@ -50,14 +50,16 @@ jobs:
50
displayName: "Sign Binary - ${{ job_data.displayName }} -"
51
strategy: ${{ job_data.strategy }}
52
pool:
53
+ type: docker
54
${{ if eq(job_data.job, 'windows_amd64') }}:
- type: windows
55
+ os: windows
56
${{ else }}:
- type: linux
57
+ os: linux
58
variables:
59
ob_outputDirectory: $(Build.SourcesDirectory)
60
ob_artifactSuffix: _$(artifact)
61
ob_git_checkout: false
62
+ ob_extract_root_artifact: true
63
steps:
64
- task: DownloadPipelineArtifact@2
65
inputs:
0 commit comments