Add the exit code to the remote result

This commit is contained in:
Victor Hurdugaci 2015-05-11 14:34:05 -07:00
parent 7839b80f04
commit 0593c0def7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $remoteScript = {
dir
$env:DNX_TRACE=1
$testResult = & .\test.cmd 2>&1
$testResult
$testResult = & $lastexitcode
}
Write-Host ">>>> Remote code execution started <<<<"