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

This commit is contained in:
Markus Hofknecht 2021-06-06 17:21:46 +02:00
parent 6e17a69cf9
commit bb89755da6

View file

@ -16,9 +16,6 @@ variables:
steps:
- task: NuGetToolInstaller@1
inputs:
versionSpec:
checkLatest: true
- task: UseDotNet@2
displayName: 'Use .NET Core sdk 3.1.2'
@ -26,19 +23,11 @@ steps:
packageType: sdk
version: 3.1.102
#- task: NuGetCommand@2
# displayName: NuGet restore
# inputs:
# restoreSolution: '$(solution)'
# feedsToUse: config
## => not more working, removed, trying via MSBuild restoreNugetPackages
- task: NuGetCommand@2
displayName: NuGet restore
inputs:
command: 'restore'
restoreSolution: '$(solution)'
feedsToUse: 'select'
feedsToUse: config
#- task: DotNetCoreCLI@2
# displayName: Publish single-exe x64