mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Update ci-build.yaml for Azure Pipelines
This commit is contained in:
parent
58b9355664
commit
6b0760681d
1 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,8 @@ variables:
|
|||
csProj: '**/*.csproj'
|
||||
buildConfiguration: 'Release'
|
||||
publishLocation: '$(Build.SourcesDirectory)/src/Ombi/bin/Release/netcoreapp3.0'
|
||||
gitTag: 'v4.0.$(Build.BuildId)'
|
||||
buildVersion: '4.0.$(Build.BuildId)'
|
||||
gitTag: 'v$(buildVersion)'
|
||||
uiLocation: '$(Build.SourcesDirectory)/src/Ombi/ClientApp/'
|
||||
|
||||
pool:
|
||||
|
@ -55,7 +56,7 @@ steps:
|
|||
targetType: 'inline'
|
||||
script: |
|
||||
dotnet tool install -g dotnet-setversion
|
||||
setversion -r $(gitTag)
|
||||
setversion -r $(buildVersion)
|
||||
|
||||
- task: Yarn@3
|
||||
displayName: 'Install UI Dependancies'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue