workaround powershell bug
This commit is contained in:
parent
9ce2063452
commit
a6473ad7a9
1 changed files with 1 additions and 1 deletions
|
@ -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;"
|
||||||
|
|
Loading…
Reference in a new issue