Update ci-build.yaml for Azure Pipelines

pull/3338/head
Jamie 5 years ago
parent 97138b758e
commit 53bbc88dbf

@ -20,7 +20,7 @@ variables:
csProj: '**/*.csproj' csProj: '**/*.csproj'
buildConfiguration: 'Release' buildConfiguration: 'Release'
publishLocation: '$(Build.SourcesDirectory)/src/Ombi/bin/Release/netcoreapp3.0' publishLocation: '$(Build.SourcesDirectory)/src/Ombi/bin/Release/netcoreapp3.0'
gitTag: 'v4.0.${Build.BuildId}' gitTag: 'v4.0.$(Build.BuildId)'
pool: pool:
vmImage: 'ubuntu-latest' vmImage: 'ubuntu-latest'
@ -166,7 +166,7 @@ steps:
action: 'create' action: 'create'
target: 'c7fcbb77b58aef1076d635a9ef99e4374abc8672' target: 'c7fcbb77b58aef1076d635a9ef99e4374abc8672'
tagSource: 'userSpecifiedTag' tagSource: 'userSpecifiedTag'
tag: '${gitTag}' tag: '$(gitTag)'
releaseNotesSource: 'inline' releaseNotesSource: 'inline'
releaseNotesInline: 'test' releaseNotesInline: 'test'
assets: '$(Build.ArtifactStagingDirectory)/*.zip' assets: '$(Build.ArtifactStagingDirectory)/*.zip'

Loading…
Cancel
Save