Merge pull request #5 from jtcmedia/master

add chocolatey-core.extension so pkgs that use it don't fail on AppVeyor
This commit is contained in:
Miodrag Milić
2017-10-31 06:57:09 +01:00
committed by GitHub
+3
View File
@@ -64,6 +64,9 @@ install:
' {0,-20} {1}' -f 'FORCED BUILD:' , ($Env:APPVEYOR_FORCED_BUILD -eq 'true')
' {0,-20} {1}' -f 'RE BUILD:' , ($Env:APPVEYOR_RE_BUILD -eq 'true')
# Uncomment the below line if you are using any of the functions from chocolatey-core.extension - https://chocolatey.org/packages/chocolatey-core.extension. Ensure you also have it listed in your package's dependencies
# - cinst chocolatey-core.extension
build_script:
- ps: |
$ErrorActionPreference = 'Continue'