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 89a619f commit 4be9a4cCopy full SHA for 4be9a4c
azure-pipelines/templates/test-job.yml
@@ -27,6 +27,7 @@ jobs:
27
archiveFilePatterns: '$(Build.BinariesDirectory)/python-$(VERSION)-$(Platform)-$(Architecture).*'
28
destinationFolder: $(Build.BinariesDirectory)
29
cleanDestinationFolder: false
30
+ overwriteExistingFiles: true
31
32
- task: PowerShell@2
33
displayName: 'Apply build artifact to the local machines'
0 commit comments