Dagger.psm1
Add-Type -Path C:\source\github\dagger\sdk\powershell\lib\Newtonsoft.Json.dll Add-Type -Path C:\source\github\dagger\sdk\powershell\lib\DaggerSdk.dll . "$PSScriptRoot\Start-DaggerEngineSession.ps1" . "$PSScriptRoot\DSL.ps1" #$bootstrapBin = "$PSSCriptRoot\bin\dagger-engine-session.exe" #$bootstrapBin = 'C:\source\github\dagger\bin\cloak.exe' $BootstrapBin = 'C:\source\github\dagger\bin\dagger-engine-session.exe' $Port = Start-DaggerEngineSession -Path $BootstrapBin |