Merge authentication library before packaging CLI. (#128)
This commit is contained in:
Родитель
5d6d12a4bc
Коммит
0c56fe4359
|
@ -1,6 +1,6 @@
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download Production pipeline artifact'
|
displayName: 'Download Production CLI pipeline artifact'
|
||||||
inputs:
|
inputs:
|
||||||
source: 'specific'
|
source: 'specific'
|
||||||
project: 'raft'
|
project: 'raft'
|
||||||
|
@ -9,6 +9,18 @@ steps:
|
||||||
path: $(Build.SourcesDirectory)/artifacts/cli
|
path: $(Build.SourcesDirectory)/artifacts/cli
|
||||||
runVersion: 'latest'
|
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
|
- task: ArchiveFiles@2
|
||||||
displayName: Archive CLI
|
displayName: Archive CLI
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче