build: choco: update chocolatey package as per guidelines from chocolatey admin

This commit is contained in:
Bill Zissimopoulos
2017-12-06 16:24:27 -08:00
parent f3819ba839
commit a2ec40008f
4 changed files with 10 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. "$toolsdir\chocolateyHelper.ps1"