mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Update ci-build.yaml for Azure Pipelines
This commit is contained in:
parent
cba45ba772
commit
83f9847dce
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue