This repository was archived by the owner on Feb 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11steps :
22 - task : DownloadPipelineArtifact@2
3- displayName : ' Download Production pipeline artifact'
3+ displayName : ' Download Production CLI pipeline artifact'
44 inputs :
55 source : ' specific'
66 project : ' raft'
99 path : $(Build.SourcesDirectory)/artifacts/cli
1010 runVersion : ' latest'
1111
12+ # Azure auth library is kept in a seperate artifact. Merge into the
13+ # CLI tree here before the zip file is created.
14+ - task : DownloadPipelineArtifact@2
15+ displayName : ' Download Production Azure Auth pipeline artifact'
16+ inputs :
17+ source : ' specific'
18+ project : ' raft'
19+ pipeline : $(build-production-pipeline-id)
20+ artifact : AzureAuth
21+ path : $(Build.SourcesDirectory)/artifacts/cli/raft-tools/auth/dotnet-core-3.1
22+ runVersion : ' latest'
23+
1224 - task : ArchiveFiles@2
1325 displayName : Archive CLI
1426 inputs :
You can’t perform that action at this time.
0 commit comments