workaround powershell bug

This commit is contained in:
Krzysztof Wicher 2015-11-24 19:31:11 -08:00
parent 9ce2063452
commit a6473ad7a9

View file

@ -3,4 +3,4 @@
REM Copyright (c) .NET Foundation and contributors. All rights reserved. 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. 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;"