Add the exit code to the remote result
This commit is contained in:
parent
7839b80f04
commit
0593c0def7
|
|
@ -28,7 +28,7 @@ $remoteScript = {
|
|||
dir
|
||||
$env:DNX_TRACE=1
|
||||
$testResult = & .\test.cmd 2>&1
|
||||
$testResult
|
||||
$testResult = & $lastexitcode
|
||||
}
|
||||
|
||||
Write-Host ">>>> Remote code execution started <<<<"
|
||||
|
|
|
|||
Loading…
Reference in New Issue