Allow any version of NuGet to be installed
This commit is contained in:
parent
fe74d438bb
commit
d05eb95bb1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/pwsh
|
||||
powershell -c Install-PackageProvider -Name NuGet -MinimumVersion "2.8.5.201" -Force;
|
||||
powershell -c Install-PackageProvider -Name NuGet -Force;
|
||||
|
||||
foreach ($module in @("PSWindowsUpdate", "KnownFolders"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue