From eb0f4555ada087f30aba72240c9ad87762c51260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n?= Date: Mon, 16 Sep 2019 20:47:51 +0200 Subject: [PATCH] Use VERSION var properly --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c49b968e..99739720 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -156,9 +156,9 @@ jobs: inputs: gitHubConnection: yacreader-releases assets: $(Build.SourcesDirectory)/dev_bin/**/*.*' - title: $VERSION + title: $(VERSION) tagSource: 'manual' - tag: $VERSION + tag: $(VERSION) \ No newline at end of file