Updates .yml file to support .net core

This commit is contained in:
Barbara Kudiess 2020-03-03 16:00:57 -08:00
parent 3fd1021b55
commit 08ad52e37a

View file

@ -16,6 +16,13 @@ variables:
buildConfiguration: 'Release'
steps:
- task: UseDotNet@2
displayName: 'Install .NET Core sdk'
inputs:
packageType: sdk
version: 3.1.100
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: NuGetToolInstaller@1
- task: NuGetCommand@2