Changed nuget restore to use the dotnet cli.

This commit is contained in:
Robin 2020-11-17 15:34:08 +01:00
commit a87d6a8fb2

View file

@ -30,11 +30,12 @@ steps:
packageType: sdk
version: 5.0.100
- task: NuGetCommand@2
displayName: NuGet restore
- task: DotNetCoreCLI@2
displayName: 'dotnet restore'
inputs:
restoreSolution: '$(solution)'
feedsToUse: config
command: 'restore'
projects: '**/*.csproj'
feedsToUse: 'config'
- task: DotNetCoreCLI@2
displayName: Publish single-exe x64