try removing installing nuget provider since this is most likely not needed

This commit is contained in:
Michael Larson 2022-02-01 11:50:37 -08:00
Родитель 8fcfc6f7ac
Коммит c4214335ff
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -23,8 +23,6 @@ steps:
displayName: Restore nuget packages
- pwsh: |
Install-PackageProvider -Name NuGet -Force
# install platyPS to gernate help docs from markup files
Install-Module -Name platyPS -Repository PSGallery -SkipPublisherCheck -Force
displayName: Install PowerShell modules