From fe67eaeef32275ffd09ae3f6abf4662c19cf2669 Mon Sep 17 00:00:00 2001 From: Dustin Masters Date: Wed, 11 Oct 2017 08:55:39 -0700 Subject: [PATCH] Exclude node_modules This fixes building within VS 2017 community. node_modules can sometimes contain paths that are very long, which can trigger an msbuild bug https://github.com/Microsoft/msbuild/issues/406 --- src/React.Core/React.Core.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/React.Core/React.Core.csproj b/src/React.Core/React.Core.csproj index a73d7e5d9..31b4755af 100644 --- a/src/React.Core/React.Core.csproj +++ b/src/React.Core/React.Core.csproj @@ -19,6 +19,12 @@ false + + + + + +