This commit is contained in:
Numfor Tiapo 2021-10-13 14:48:45 -07:00
Родитель af673cd7ce
Коммит f27d707675
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -114,7 +114,7 @@ steps:
- task: DotNetCoreCLI@2
inputs:
command: 'custom'
custom: 'nuget locals all --clear'
custom: nuget locals all --clear
- task: DotNetCoreCLI@2
displayName: "DotNet Restore"