Skip to content

Commit 16b9945

Browse files
committed
Remove module before installing new one
1 parent d8f85bd commit 16b9945

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ install:
1212
- ps: >-
1313
Install-PackageProvider -Name NuGet -Force | Out-Null
1414
15+
Remove-Module 'PowerShellGet' -Force -ErrorAction SilentlyContinue
16+
1517
Install-Module 'PowerShellGet' -Scope CurrentUser -Force -AllowClobber
1618
1719
Install-Module 'powershell-yaml' -Scope CurrentUser -Force -AllowClobber

0 commit comments

Comments
 (0)