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
3f8b26688f
commit
02f82620d0
1 changed files with 4 additions and 2 deletions
|
@ -27,8 +27,10 @@ pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
## This is needed due to https://github.com/microsoft/azure-pipelines-tasks/issues/8429
|
||||||
|
## For the set version tool...
|
||||||
- task: DotNetCoreInstaller@1
|
- task: DotNetCoreInstaller@1
|
||||||
displayName: 'Use .NET Core sdk 2.1.505'
|
displayName: 'Use .NET Core sdk '
|
||||||
inputs:
|
inputs:
|
||||||
packageType: 'sdk'
|
packageType: 'sdk'
|
||||||
version: '3.x'
|
version: '3.x'
|
||||||
|
@ -47,7 +49,7 @@ steps:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
script: |
|
script: |
|
||||||
dotnet tool install -g dotnet-setversion
|
dotnet tool install -g dotnet-setversion
|
||||||
dotnet setversion -r $(gitTag)
|
setversion -r $(gitTag)
|
||||||
|
|
||||||
- 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