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