debug windows

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-10-22 02:18:51 -07:00
parent a2122753f0
commit 26a46cc886

View file

@ -24,7 +24,9 @@ Set-Location $project_root
$env:DO_CHECK=$true; hab pkg build .
if (-not $?) { throw "unable to build" }
. ./results/last_build.env
ls ./results
. ./results/last_build.ps1
if (-not $?) { throw "unable to determine details about this build" }
Write-Host "--- Installing $pkg_ident"