mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
Log location of PowerShell build output
This commit is contained in:
parent
5a1666c984
commit
6d691de665
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user