mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -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'
|
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)'
|
buildVersion: '4.0.$(Build.BuildId)'
|
||||||
|
gitTag: 'v$(buildVersion)'
|
||||||
uiLocation: '$(Build.SourcesDirectory)/src/Ombi/ClientApp/'
|
uiLocation: '$(Build.SourcesDirectory)/src/Ombi/ClientApp/'
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
|
@ -55,7 +56,7 @@ steps:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
script: |
|
script: |
|
||||||
dotnet tool install -g dotnet-setversion
|
dotnet tool install -g dotnet-setversion
|
||||||
setversion -r $(gitTag)
|
setversion -r $(buildVersion)
|
||||||
|
|
||||||
- task: Yarn@3
|
- task: Yarn@3
|
||||||
displayName: 'Install UI Dependancies'
|
displayName: 'Install UI Dependancies'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue