From 7b9d41911f98b69025a437bd7ece0f910504e5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n?= Date: Mon, 16 Sep 2019 19:10:02 +0200 Subject: [PATCH] Try to create a tag associated to the release I don't know if it is possible or the tag needs to exists in advance. --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 120bf1ed..c49b968e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -157,5 +157,8 @@ jobs: gitHubConnection: yacreader-releases assets: $(Build.SourcesDirectory)/dev_bin/**/*.*' title: $VERSION + tagSource: 'manual' + tag: $VERSION + \ No newline at end of file