Added UseDotNet task
This commit is contained in:
parent
827b5427c5
commit
409d2b86a5
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user