From 53bbc88dbf6ae1593afd809df5d19f357eec7972 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 6 Jan 2020 13:25:44 +0000 Subject: [PATCH] Update ci-build.yaml for Azure Pipelines --- ci-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-build.yaml b/ci-build.yaml index 8c606157f..1e1345bb4 100644 --- a/ci-build.yaml +++ b/ci-build.yaml @@ -20,7 +20,7 @@ variables: csProj: '**/*.csproj' buildConfiguration: 'Release' publishLocation: '$(Build.SourcesDirectory)/src/Ombi/bin/Release/netcoreapp3.0' - gitTag: 'v4.0.${Build.BuildId}' + gitTag: 'v4.0.$(Build.BuildId)' pool: vmImage: 'ubuntu-latest' @@ -166,7 +166,7 @@ steps: action: 'create' target: 'c7fcbb77b58aef1076d635a9ef99e4374abc8672' tagSource: 'userSpecifiedTag' - tag: '${gitTag}' + tag: '$(gitTag)' releaseNotesSource: 'inline' releaseNotesInline: 'test' assets: '$(Build.ArtifactStagingDirectory)/*.zip'