mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Update ci-build.yaml for Azure Pipelines
This commit is contained in:
parent
3f8b26688f
commit
02f82620d0
1 changed files with 4 additions and 2 deletions
|
@ -27,8 +27,10 @@ pool:
|
|||
vmImage: 'ubuntu-latest'
|
||||
|
||||
steps:
|
||||
## This is needed due to https://github.com/microsoft/azure-pipelines-tasks/issues/8429
|
||||
## For the set version tool...
|
||||
- task: DotNetCoreInstaller@1
|
||||
displayName: 'Use .NET Core sdk 2.1.505'
|
||||
displayName: 'Use .NET Core sdk '
|
||||
inputs:
|
||||
packageType: 'sdk'
|
||||
version: '3.x'
|
||||
|
@ -47,7 +49,7 @@ steps:
|
|||
targetType: 'inline'
|
||||
script: |
|
||||
dotnet tool install -g dotnet-setversion
|
||||
dotnet setversion -r $(gitTag)
|
||||
setversion -r $(gitTag)
|
||||
|
||||
- task: Yarn@3
|
||||
displayName: 'Install UI Dependancies'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue