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 46fac94 commit d8f85bdCopy full SHA for d8f85bd
appveyor.yml
@@ -12,6 +12,8 @@ install:
12
- ps: >-
13
Install-PackageProvider -Name NuGet -Force | Out-Null
14
15
+ Install-Module 'PowerShellGet' -Scope CurrentUser -Force -AllowClobber
16
+
17
Install-Module 'powershell-yaml' -Scope CurrentUser -Force -AllowClobber
18
build_script:
19
- ps: .\build.ps1 -Revision "$env:APPVEYOR_BUILD_NUMBER" -Suffix "$env:APPVEYOR_REPO_BRANCH"
0 commit comments