We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f85bd commit 16b9945Copy full SHA for 16b9945
appveyor.yml
@@ -12,6 +12,8 @@ install:
12
- ps: >-
13
Install-PackageProvider -Name NuGet -Force | Out-Null
14
15
+ Remove-Module 'PowerShellGet' -Force -ErrorAction SilentlyContinue
16
+
17
Install-Module 'PowerShellGet' -Scope CurrentUser -Force -AllowClobber
18
19
Install-Module 'powershell-yaml' -Scope CurrentUser -Force -AllowClobber
0 commit comments