From 05227266dfac5f2fb4b046e70c75ebf8687d1590 Mon Sep 17 00:00:00 2001 From: Syrus Date: Mon, 27 Jan 2020 17:13:58 -0800 Subject: [PATCH] Fix tag overwritting --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2b60d744e..b9ccd7451 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -293,6 +293,7 @@ jobs: action: 'edit' target: '$(Build.SourceVersion)' title: '$(VERSION_TAG)' + tag: $(VERSION_TAG) addChangeLog: false tagSource: 'auto' # TODO: automate it all by getting the release notes from somewhere else and using the `releaseNotesFile` key