Update ci-build.yaml for Azure Pipelines

pull/3895/head
Jamie 5 years ago
parent 74b503c151
commit 5402be5f84

@ -3,6 +3,7 @@
# Add steps that run tests, create a NuGet package, deploy, and more: # Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger: trigger:
branches: branches:
include: include:
@ -20,7 +21,11 @@ pool:
vmImage: 'ubuntu-latest' vmImage: 'ubuntu-latest'
steps: steps:
- task: UseDotNet@2
displayName: Use dotnet sdk
inputs:
packageType: 'sdk'
version: '2.2.401'
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2
displayName: Run Unit Tests displayName: Run Unit Tests
inputs: inputs:

Loading…
Cancel
Save