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 b335d5f commit 62f6662Copy full SHA for 62f6662
.pipelines/build/images.jobs.yaml
@@ -73,12 +73,12 @@ jobs:
73
74
- task: ShellScript@2
75
displayName: "Package with DropGZ"
76
- condition: and(succeeded(), eq('$(packageWithDropGZ)', 'True'))
+ condition: and(succeeded(), eq(variables.packageWithDropGZ, 'True'))
77
inputs:
78
scriptPath: $(REPO_ROOT)/.pipelines/build/scripts/dropgz.sh
79
80
- task: onebranch.pipeline.signing@1
81
82
83
command: 'sign'
84
signing_profile: 'external_distribution'
0 commit comments