Browse Source

Install the .net core 3 SDK on the ubuntu image for the time being

pull/1382/head
JT 6 years ago
parent
commit
b4f3d8e035
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      azure-pipelines.yml

+ 5
- 0
azure-pipelines.yml View File

@@ -16,6 +16,11 @@ jobs:
pool: pool:
vmImage: 'ubuntu-16.04' vmImage: 'ubuntu-16.04'
steps: steps:
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
packageType: 'sdk'
version: '3.x'
- template: azure/build.yml - template: azure/build.yml


- job: Windows_build - job: Windows_build


Loading…
Cancel
Save