mirror of
https://github.com/wavetermdev/chocolatey.git
synced 2026-08-05 13:47:23 -07:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user