Fixing build.cmd to invoke run_build.ps1. I forgot to update it before.

This commit is contained in:
Livar Cunha 2016-07-05 16:56:05 -07:00
parent aebb42335c
commit c87652f8a0

View file

@ -3,5 +3,5 @@
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 -Command "%~dp0build.ps1 %*; exit $LastExitCode;"
powershell -NoProfile -NoLogo -Command "%~dp0run_build.ps1 %*; exit $LastExitCode;"
if %errorlevel% neq 0 exit /b %errorlevel%