Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Commit 0c56fe4

Browse files
authored
Merge authentication library before packaging CLI. (#128)
1 parent 5d6d12a commit 0c56fe4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

ado/stages/publish/steps/cli.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
steps:
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'
@@ -9,6 +9,18 @@ steps:
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:

0 commit comments

Comments
 (0)