File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
displayName : ' Copy build'
63
63
- task : PublishBuildArtifacts@1
64
64
inputs :
65
- artifactName : docsrs- $(containerResource)-$(Build.SourceVersion)_amd64
65
+ artifactName : $(containerResource)
66
66
displayName : ' Upload artifacts'
67
67
68
68
@@ -78,11 +78,11 @@ jobs:
78
78
- checkout : none
79
79
- task : DownloadBuildArtifacts@0
80
80
inputs :
81
- artifactName : docsrs- debian-jessie-$(Build.SourceVersion)_amd64
81
+ artifactName : debian-jessie
82
82
downloadPath : $(System.DefaultWorkingDirectory)
83
83
- task : DownloadBuildArtifacts@0
84
84
inputs :
85
- artifactName : docsrs- debian-stretch-$(Build.SourceVersion)_amd64
85
+ artifactName : debian-stretch
86
86
downloadPath : $(System.DefaultWorkingDirectory)
87
87
- task : DownloadSecureFile@1
88
88
inputs :
You can’t perform that action at this time.
0 commit comments