Browse Source

Added UseDotNet task

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
409d2b86a5
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      build/aro/azure-devops/webapp-build.yml

+ 6
- 0
build/aro/azure-devops/webapp-build.yml View File

@ -5,6 +5,12 @@ jobs:
pool:
name: 'Hosted Ubuntu 1604'
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
displayName: 'dotnet restore'
inputs:


Loading…
Cancel
Save