File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ steps:
1111 versionSpec : ' 3.6'
1212 architecture : ' x64'
1313
14+ - task : DownloadPipelineArtifact@0
15+ inputs :
16+ artifactName : ' devops-for-ai-aml-pipeline'
17+ targetPath : ' $(System.DefaultWorkingDirectory)/aml_config/pipeline_config.json'
18+
1419- task : Bash@3
1520 displayName : ' Install Requirements'
1621 inputs :
Original file line number Diff line number Diff line change @@ -57,5 +57,11 @@ steps:
5757 publishLocation : ' container'
5858 pathtoPublish : ' $(Build.ArtifactStagingDirectory)'
5959 TargetPath : ' $(Build.ArtifactStagingDirectory)'
60-
60+
61+ - task : PublishBuildArtifacts@1
62+ inputs :
63+ ArtifactName : ' devops-for-ai-aml-pipeline'
64+ publishLocation : ' container'
65+ pathtoPublish : ' $(Build.ArtifactStagingDirectory)/aml_config/pipeline_config.json'
66+ TargetPath : ' $(Build.ArtifactStagingDirectory)/aml_config/pipeline_config.json'
6167
You can’t perform that action at this time.
0 commit comments