We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e0952 commit 88efda7Copy full SHA for 88efda7
azure-pipelines.yml
@@ -194,6 +194,11 @@ jobs:
194
inputs:
195
artifactName: 'wheel-3.6.x64'
196
downloadPath: '$(System.DefaultWorkingDirectory)'
197
+ - task: DownloadBuildArtifacts@0
198
+ displayName: 'Download Build Artifacts wheel-3.14.x86'
199
+ inputs:
200
+ artifactName: 'wheel-3.14.x86'
201
+ downloadPath: '$(System.DefaultWorkingDirectory)'
202
- task: DownloadBuildArtifacts@0
203
displayName: 'Download Build Artifacts wheel-3.13.x86'
204
0 commit comments