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 packageType: sdk
version: 5.0.100 version: 5.0.100
- task: NuGetCommand@2 - task: DotNetCoreCLI@2
displayName: NuGet restore displayName: 'dotnet restore'
inputs: inputs:
restoreSolution: '$(solution)' command: 'restore'
feedsToUse: config projects: '**/*.csproj'
feedsToUse: 'config'
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2
displayName: Publish single-exe x64 displayName: Publish single-exe x64