File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ 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'
14+ # - task: DownloadPipelineArtifact@0
15+ # inputs:
16+ # artifactName: 'devops-for-ai-aml-pipeline'
17+ # targetPath: '$(System.DefaultWorkingDirectory)/aml_config/pipeline_config.json'
1818
1919- task : Bash@3
2020 displayName : ' Install Requirements'
4444 Contents : ' **'
4545
4646- task : PublishBuildArtifacts@1
47- displayName : ' Publish Artifact: devops-for-ai '
47+ displayName : ' Publish Artifact: AML Pipeline Run '
4848 inputs :
49- ArtifactName : ' devops-for-ai '
49+ ArtifactName : ' aml-pipeline-run '
5050 publishLocation : ' container'
5151 pathtoPublish : ' $(Build.ArtifactStagingDirectory)'
5252 TargetPath : ' $(Build.ArtifactStagingDirectory)'
You can’t perform that action at this time.
0 commit comments