Update ci-build.yaml for Azure Pipelines

This commit is contained in:
Jamie 2020-01-06 12:34:42 +00:00
parent cba45ba772
commit 83f9847dce

View file

@ -20,6 +20,7 @@ variables:
csProj: '**/*.csproj'
buildConfiguration: 'Release'
publishLocation: '$(Build.SourcesDirectory)/src/Ombi/bin/Release/netcoreapp3.0'
gitTag: 'v4.0.${Build.BuildId}'
pool:
vmImage: 'ubuntu-latest'
@ -164,8 +165,8 @@ steps:
repositoryName: 'tidusjar/Ombi.Releases'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'gitTag'
tagPattern: 'v4.*'
tagSource: 'userSpecifiedTag'
tag: '${gitTag}'
releaseNotesSource: 'inline'
releaseNotesInline: 'test'
isPreRelease: true