Update ci-build.yaml for Azure Pipelines

pull/3400/head
Jamie 5 years ago
parent 3f8b26688f
commit 02f82620d0

@ -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…
Cancel
Save