Merge branch 'xplat-ci' of https://github.com/sridhar-ms/cli into xplat-ci

This commit is contained in:
Sridhar Periyasamy 2015-10-21 12:09:50 -07:00
commit 21351d1e51

View file

@ -1,3 +1,5 @@
@echo off
CALL %~dp0..\build.cmd
CALL %~dp0..\build.cmd %*
exit /b %errorlevel%