We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee31c6c commit e9e0952Copy full SHA for e9e0952
1 file changed
azure-pipelines.yml
@@ -149,6 +149,11 @@ jobs:
149
vmImage: 'windows-2022' # other options: 'macOS-10.13', 'ubuntu-16.04'
150
steps:
151
- checkout: none #skip checking out the default repository resource
152
+ - task: DownloadBuildArtifacts@0
153
+ displayName: 'Download Build Artifacts wheel-3.14.x64'
154
+ inputs:
155
+ artifactName: 'wheel-3.14.x64'
156
+ downloadPath: '$(System.DefaultWorkingDirectory)'
157
- task: DownloadBuildArtifacts@0
158
displayName: 'Download Build Artifacts wheel-3.13.x64'
159
inputs:
0 commit comments