Merge authentication library before packaging CLI. (#128)
This commit is contained in:
Родитель
5d6d12a4bc
Коммит
0c56fe4359
|
@ -1,6 +1,6 @@
|
|||
steps:
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download Production pipeline artifact'
|
||||
displayName: 'Download Production CLI pipeline artifact'
|
||||
inputs:
|
||||
source: 'specific'
|
||||
project: 'raft'
|
||||
|
@ -9,6 +9,18 @@ steps:
|
|||
path: $(Build.SourcesDirectory)/artifacts/cli
|
||||
runVersion: 'latest'
|
||||
|
||||
# Azure auth library is kept in a seperate artifact. Merge into the
|
||||
# CLI tree here before the zip file is created.
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download Production Azure Auth pipeline artifact'
|
||||
inputs:
|
||||
source: 'specific'
|
||||
project: 'raft'
|
||||
pipeline: $(build-production-pipeline-id)
|
||||
artifact: AzureAuth
|
||||
path: $(Build.SourcesDirectory)/artifacts/cli/raft-tools/auth/dotnet-core-3.1
|
||||
runVersion: 'latest'
|
||||
|
||||
- task: ArchiveFiles@2
|
||||
displayName: Archive CLI
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче