From aaeab1cb272e81753fccd5dc2c04bd8c0f5f29c9 Mon Sep 17 00:00:00 2001 From: Petri Asikainen Date: Tue, 15 Jun 2021 14:36:03 +0300 Subject: [PATCH] pwsh already have nuget --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 74cc040..0fb5249 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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