From a6473ad7a99f055eb40a238e63d52bff891af33d Mon Sep 17 00:00:00 2001 From: Krzysztof Wicher Date: Tue, 24 Nov 2015 19:31:11 -0800 Subject: [PATCH] workaround powershell bug --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index af093ab40..6d632f9f3 100644 --- a/build.cmd +++ b/build.cmd @@ -3,4 +3,4 @@ REM Copyright (c) .NET Foundation and contributors. All rights reserved. REM Licensed under the MIT license. See LICENSE file in the project root for full license information. -powershell -NoProfile -NoLogo -File %~dp0scripts\build.ps1 %* +powershell -NoProfile -NoLogo -Command "%~dp0scripts\build.ps1 %*; exit $LastExitCode;"