diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8179457da..affe740df 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -194,6 +194,11 @@ jobs: inputs: artifactName: 'wheel-3.6.x64' downloadPath: '$(System.DefaultWorkingDirectory)' + - task: DownloadBuildArtifacts@0 + displayName: 'Download Build Artifacts wheel-3.14.x86' + inputs: + artifactName: 'wheel-3.14.x86' + downloadPath: '$(System.DefaultWorkingDirectory)' - task: DownloadBuildArtifacts@0 displayName: 'Download Build Artifacts wheel-3.13.x86' inputs: