Log location of PowerShell build output

This commit is contained in:
Andrew Schwartzmeyer 2016-04-01 19:15:52 -07:00
parent 5a1666c984
commit 6d691de665

View File

@ -202,6 +202,7 @@ function Start-PSBuild {
log "Run `dotnet build $Arguments` from $pwd"
Push-Location $Top
dotnet build $Arguments
log "PowerShell output: $script:Output"
} finally {
Pop-Location
}