From baf473031684d7aaf0eeab870f3895f19955713f Mon Sep 17 00:00:00 2001 From: garfield69 Date: Sat, 29 Feb 2020 11:43:40 +1300 Subject: [PATCH] Update azure-pipelines.yml the azure assetuploadmode=replace routine is missing a retry-upload-after-delete so ends up just removing the conflict but not uploading a replacement, bah! lets try the the delete option which should clear any attachments prior to starting the first upload. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f8840e4c7..bd558d0ad 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -363,7 +363,7 @@ stages: tag: v$(Build.BuildNumber) title: v$(Build.BuildNumber) assets: $(Build.ArtifactStagingDirectory)/drop/* - assetUploadMode: replace + assetUploadMode: delete isDraft: true addChangeLog: true compareWith: lastNonDraftRelease