2019-07-11 21:44:42 +02:00
|
|
|
$ErrorActionPreference = 'Stop'
|
|
|
|
|
|
|
|
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
|
|
|
|
2019-07-28 18:14:11 +02:00
|
|
|
Install-ChocolateyPowershellCommand -PackageName 'capnpc-csharp' -PsFileFullPath "$toolsDir\capnpc-csharp.ps1"
|