Skip to content

Commit

Permalink
Ensure setup build works on microbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Oct 19, 2016
1 parent 369a847 commit 21c95d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ exit /b 1

:ARGUMENTS_OK

rem disable setup build by setting FSC_BUILD_SETUP=0
if /i '%FSC_BUILD_SETUP%' == '' (set FSC_BUILD_SETUP=1)

set BUILD_PROTO_WITH_CORECLR_LKG=0

set BUILD_PROTO=0
Expand Down Expand Up @@ -110,8 +113,6 @@ if /i '%_autoselect_tests%' == '1' (
setlocal disableDelayedExpansion
echo.

rem disable setup build by setting FSC_BUILD_SETUP=0
if /i '%FSC_BUILD_SETUP%' == '' (set FSC_BUILD_SETUP=1)
goto :MAIN

REM ------------------ Procedure to parse one argument -----------------------
Expand Down

0 comments on commit 21c95d2

Please sign in to comment.