Skip to content

Commit d8f85bd

Browse files
committed
Update PowerShellGet module
1 parent 46fac94 commit d8f85bd

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+
Install-Module 'PowerShellGet' -Scope CurrentUser -Force -AllowClobber
16+
1517
Install-Module 'powershell-yaml' -Scope CurrentUser -Force -AllowClobber
1618
build_script:
1719
- ps: .\build.ps1 -Revision "$env:APPVEYOR_BUILD_NUMBER" -Suffix "$env:APPVEYOR_REPO_BRANCH"

0 commit comments

Comments
 (0)