File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,8 @@ extends:
137137 - task : DownloadPipelineArtifact@2
138138 displayName : ' Download build artifact'
139139 inputs :
140- artifactName : drop_Build_BuildDist
140+ buildType : ' current'
141+ itemPattern : ' **/drop_build_builddist/*'
141142 targetPath : $(Pipeline.Workspace)/python-dist
142143
143144 - task : UsePythonVersion@0
@@ -213,7 +214,8 @@ extends:
213214 - task : DownloadPipelineArtifact@2
214215 displayName : ' Download python-dist artifact'
215216 inputs :
216- artifactName : drop_Build_BuildDist
217+ buildType : ' current'
218+ itemPattern : ' **/drop_build_builddist/*'
217219 targetPath : $(Pipeline.Workspace)/python-dist
218220
219221 - task : EsrpRelease@12
@@ -227,7 +229,7 @@ extends:
227229 intent : ' PackageDistribution'
228230 contenttype : ' PyPi'
229231 contentsource : ' Folder'
230- folderlocation : ' $(Pipeline.Workspace)/python-dist'
232+ folderlocation : ' $(Pipeline.Workspace)/python-dist/drop_build_builddist '
231233 waitforreleasecompletion : true
232234 owners : ' ryauld@microsoft.com,avdunn@microsoft.com'
233235 approvers : ' avdunn@microsoft.com,bogavril@microsoft.com'
You can’t perform that action at this time.
0 commit comments