Skip to content

Commit

Permalink
Ensure that build all gets coreclr tools and builds proto using corec…
Browse files Browse the repository at this point in the history
…lr (#1674)
  • Loading branch information
KevinRansom authored Oct 27, 2016
1 parent 8afd0e0 commit 33f9193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ if /i '%ARG%' == 'nobuild' (
if /i '%ARG%' == 'all' (
set _autoselect=0
set BUILD_PROTO=1
set BUILD_PROTO_WITH_CORECLR_LKG=1
set BUILD_NET40=1
set BUILD_CORECLR=1
set BUILD_PORTABLE=1
Expand Down Expand Up @@ -255,6 +256,7 @@ if /i '%ARG%' == 'noskip' (
if /i '%ARG%' == 'test-all' (
set _autoselect=0
set BUILD_PROTO=1
set BUILD_PROTO_WITH_CORECLR_LKG=1
set BUILD_NET40=1
set BUILD_CORECLR=1
set BUILD_PORTABLE=1
Expand Down

0 comments on commit 33f9193

Please sign in to comment.