We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67b847 commit bd6b642Copy full SHA for bd6b642
windows-release/stage-publish-pythonorg.yml
@@ -24,20 +24,6 @@ jobs:
24
inputs:
25
versionSpec: '>=3.10'
26
27
- - task: DownloadPipelineArtifact@2
28
- displayName: 'Download artifact: Doc'
29
- inputs:
30
- ${{ if eq(parameters.BuildToPublish, 'current') }}:
31
- buildType: current
32
- ${{ else }}:
33
- buildType: specific
34
- buildVersionToDownload: specific
35
- project: $(resources.pipeline.build_to_publish.projectId)
36
- pipeline: $(resources.pipeline.build_to_publish.pipelineId)
37
- runId: $(resources.pipeline.build_to_publish.runID)
38
- artifact: Doc
39
- targetPath: $(Pipeline.Workspace)\Doc
40
-
41
- task: DownloadPipelineArtifact@2
42
displayName: 'Download artifact: msi'
43
0 commit comments