diff --git a/.appveyor.yml b/.appveyor.yml index f28e8a1..b091b7b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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'