build: choco: remove MSI after installation

This commit is contained in:
Bill Zissimopoulos 2017-03-10 22:14:16 -08:00
parent 193de36301
commit 38bcece5ce

View File

@ -12,3 +12,5 @@ $packageArgs = @{
}
Install-ChocolateyInstallPackage @packageArgs
Remove-Item -Force $packageArgs.file