File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,24 +55,25 @@ jobs:
5555 ${{ else }} :
5656 type : linux
5757 variables :
58- ob_outputDirectory : $(Build.SourcesDirectory)/${{ job_data.templateContext.repositoryArtifact }}
58+ ob_outputDirectory : $(Build.SourcesDirectory)
5959 ob_artifactSuffix : _$(artifact)
6060 ob_git_checkout : false
6161 steps :
6262 - task : DownloadPipelineArtifact@2
6363 inputs :
64- targetPath : $(Build.SourcesDirectory)/${{ job_data.templateContext.repositoryArtifact }}
64+ targetPath : $(Build.SourcesDirectory)
6565 artifact : ' ${{ job_data.templateContext.repositoryArtifact }}'
6666
6767 - task : ExtractFiles@1
6868 inputs :
6969 archiveFilePatterns : ' **/*.tgz;**/*.tgz.gz;**/*.zip'
7070 destinationFolder : $(Build.SourcesDirectory)
71+ cleanDestinationFolder : false
7172 overwriteExistingFiles : true
7273
7374 - task : onebranch.pipeline.signing@1
7475 inputs :
7576 command : ' sign'
7677 signing_profile : ' external_distribution'
7778 files_to_sign : ' **/*'
78- search_root : $(Build.SourcesDirectory)/${{ job_data.templateContext.repositoryArtifact }}
79+ search_root : $(Build.SourcesDirectory)
You can’t perform that action at this time.
0 commit comments