File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -67,26 +67,26 @@ jobs:
6767 SOURCE: $(REPO_ROOT)/${{ job_data.templateContext.obDockerfile }}
6868 DEST: $(OUT_DIR)/Dockerfile
6969
70- - ${{ if not(eq(job_data.job, 'linux_arm64')) }} :
71- - task : onebranch.pipeline.signing@1
72- inputs :
73- command : ' sign'
74- signing_profile : ' external_distribution'
75- files_to_sign : ' **/*'
76- search_root : $(OUT_DIR)
70+ - task : onebranch.pipeline.signing@1
71+ inputs :
72+ command : ' sign'
73+ signing_profile : ' external_distribution'
74+ files_to_sign : ' **/*'
75+ search_root : $(OUT_DIR)
7776
7877
7978 - task : ShellScript@2
8079 displayName : " Package with DropGZ"
81- condition : and(succeeded(), eq(variables.packageWithDropGZ, 'True'))
80+ condition : and(
81+ succeeded(),
82+ eq(variables.packageWithDropGZ, 'True'))
8283 inputs :
8384 scriptPath : $(REPO_ROOT)/.pipelines/build/scripts/dropgz.sh
8485
85- - ${{ if not(eq (job_data.job, 'linux_arm64 ')) }} :
86+ - ${{ if not(contains (job_data.job, 'linux ')) }} :
8687 - task : onebranch.pipeline.signing@1
8788 condition : and(
8889 succeeded(),
89- eq(variables.os, 'windows'),
9090 eq(variables.packageWithDropGZ, 'True'))
9191 inputs :
9292 command : ' sign'
You can’t perform that action at this time.
0 commit comments