Merge pull request #324 from krwq/succbuildonfailwind

workaround powershell bug
This commit is contained in:
Krzysztof Wicher 2015-11-24 20:23:06 -08:00
commit 1f6a500654

View file

@ -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;"