Browse Source

Update .NET Core SDK to version 3.0.x.

pull/3034/head
José Pedro 6 years ago
parent
commit
f8e83db6b0
No known key found for this signature in database GPG Key ID: B8247B9301707B83
  1. 12
      azure-pipelines.yml

12
azure-pipelines.yml

@ -34,9 +34,17 @@ jobs:
pool:
vmImage: 'macOS-10.14'
steps:
- task: DotNetCoreInstaller@0
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 3.0.x'
inputs:
version: '2.1.403'
packageType: sdk
version: 3.0.x
- task: UseDotNet@2
displayName: 'Use .NET Core Runtime 2.1.x'
inputs:
packageType: runtime
version: 2.1.x
- task: CmdLine@2
displayName: 'Install Mono 5.18'

Loading…
Cancel
Save