<this is getting boring>

This commit is contained in:
Robin 2020-11-17 21:01:18 +01:00
commit e4fbd8070e

View file

@ -34,7 +34,7 @@ steps:
displayName: 'dotnet restore'
inputs:
command: 'restore'
projects: ${solution}
projects: '${solution}'
feedsToUse: 'config'
- task: DotNetCoreCLI@2