pwsh already have nuget

This commit is contained in:
Petri Asikainen 2021-06-15 14:36:03 +03:00
parent c485fcd230
commit aaeab1cb27

View file

@ -72,7 +72,6 @@ for:
PShell: '7'
install:
- pwsh: |
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null
Install-Module InvokeBuild -Scope CurrentUser -Force
Install-Module BuildHelpers -Scope CurrentUser -Force
Install-Module platyPS -Scope CurrentUser -Force