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'
|
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}'
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
@ -164,8 +165,8 @@ steps:
|
||||||
repositoryName: 'tidusjar/Ombi.Releases'
|
repositoryName: 'tidusjar/Ombi.Releases'
|
||||||
action: 'create'
|
action: 'create'
|
||||||
target: '$(Build.SourceVersion)'
|
target: '$(Build.SourceVersion)'
|
||||||
tagSource: 'gitTag'
|
tagSource: 'userSpecifiedTag'
|
||||||
tagPattern: 'v4.*'
|
tag: '${gitTag}'
|
||||||
releaseNotesSource: 'inline'
|
releaseNotesSource: 'inline'
|
||||||
releaseNotesInline: 'test'
|
releaseNotesInline: 'test'
|
||||||
isPreRelease: true
|
isPreRelease: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue