From 65e93ce1373994f46ddefdbfd5e14e460d974427 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 25 Feb 2020 18:51:27 +1300 Subject: [PATCH] azure-pipeline: add replace for GitHub release attachements upload. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 41494306a..f8840e4c7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -363,6 +363,7 @@ stages: tag: v$(Build.BuildNumber) title: v$(Build.BuildNumber) assets: $(Build.ArtifactStagingDirectory)/drop/* + assetUploadMode: replace isDraft: true addChangeLog: true compareWith: lastNonDraftRelease