From 8cf03192948dc296cdba1d0651ad461ff70d6501 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sat, 2 Feb 2019 11:16:14 +0100 Subject: [PATCH] Use + as separator --- macOS-10.13-azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macOS-10.13-azure-pipelines.yml b/macOS-10.13-azure-pipelines.yml index 8a1349a..90e3167 100644 --- a/macOS-10.13-azure-pipelines.yml +++ b/macOS-10.13-azure-pipelines.yml @@ -157,8 +157,8 @@ jobs: action: 'edit' # Options: create, edit, discard target: '$(build.sourceVersion)' # Required when action == create || action == edit tagSource: 'Git tag' # Required when action == create. Options: auto, manual - tag: '$(oiio.version)-$(build.date)' # Required when action == edit || action == discard || tagSource == manual - title: '$(oiio.version)-$(build.date)' + tag: '$(oiio.version)+$(build.date)' # Required when action == edit || action == discard || tagSource == manual + title: '$(oiio.version)+$(build.date)' #releaseNotesSource: 'file' # Optional. Options: file, input #releaseNotesFile: # Optional #releaseNotes: # Optional