Added UseDotNet task

This commit is contained in:
Tim McCarthy 2020-01-25 01:07:45 -08:00
parent 827b5427c5
commit 409d2b86a5

View File

@ -5,6 +5,12 @@ jobs:
pool: pool:
name: 'Hosted Ubuntu 1604' name: 'Hosted Ubuntu 1604'
steps: steps:
- task: UseDotNet@2
displayName: 'Use .NET Core 3.1 SDK'
inputs:
packageType: sdk
version: 3.1.100
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2
displayName: 'dotnet restore' displayName: 'dotnet restore'
inputs: inputs: