[BUG] Pipeline fails at NuGet restore (#187)

This commit is contained in:
Markus Hofknecht 2021-06-06 18:36:55 +02:00
parent bb89755da6
commit 39fb41a9b9

View file

@ -23,11 +23,17 @@ steps:
packageType: sdk
version: 3.1.102
- task: NuGetCommand@2
displayName: NuGet restore
#- task: NuGetCommand@2
# displayName: NuGet restore
# inputs:
# restoreSolution: '$(solution)'
# feedsToUse: config
- task: DotNetCoreCLI@2
inputs:
restoreSolution: '$(solution)'
feedsToUse: config
command: 'restore'
projects: '$(solution)'
feedsToUse: 'select'
#- task: DotNetCoreCLI@2
# displayName: Publish single-exe x64