From 4be9a4cca1d32762f42d8c9c9564b2af79fe0e30 Mon Sep 17 00:00:00 2001 From: MaksimZhukov Date: Mon, 23 Nov 2020 16:47:07 +0300 Subject: [PATCH] Update overwriteExistingFiles input --- azure-pipelines/templates/test-job.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines/templates/test-job.yml b/azure-pipelines/templates/test-job.yml index 3dee602..5d8cdf2 100644 --- a/azure-pipelines/templates/test-job.yml +++ b/azure-pipelines/templates/test-job.yml @@ -27,6 +27,7 @@ jobs: archiveFilePatterns: '$(Build.BinariesDirectory)/python-$(VERSION)-$(Platform)-$(Architecture).*' destinationFolder: $(Build.BinariesDirectory) cleanDestinationFolder: false + overwriteExistingFiles: true - task: PowerShell@2 displayName: 'Apply build artifact to the local machines'