From 88809298888c0e3ef89273243508382c2390b51e Mon Sep 17 00:00:00 2001 From: Kevin Ransom Date: Thu, 27 Oct 2016 14:19:42 -0700 Subject: [PATCH] Ensure that build all gets coreclr tools and builds proto using coreclr --- build.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.cmd b/build.cmd index e29c95aa65a..2de8d8e4fcf 100644 --- a/build.cmd +++ b/build.cmd @@ -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 @@ -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