From f8a4143e0a0ce23d97f227095f33db9212c06410 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Mon, 13 Aug 2018 16:21:50 -0700 Subject: [PATCH] Don't publish too much of ClientApp (dotnet/aspnetcore#672) * Don't publish too much of ClientApp * Fix scripts and remove extra publish items Commit migrated from dotnet/aspnetcore@a431f8efa1d5 --- .../Angular-CSharp.csproj.in | 7 ++----- .../React-CSharp.csproj.in | 5 +---- .../ReactRedux-CSharp.csproj.in | 7 ++----- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in index ef5ac3e..e95e902 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in @@ -28,10 +28,7 @@ - + @@ -54,7 +51,7 @@ - + %(DistFiles.Identity) diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/React-CSharp.csproj.in b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/React-CSharp.csproj.in index 6b0b482..95dc85d 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/React-CSharp.csproj.in +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/React-CSharp.csproj.in @@ -25,10 +25,7 @@ - + diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in index ce38fd4..5b6d2ee 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in @@ -25,10 +25,7 @@ - + @@ -50,7 +47,7 @@ - + %(DistFiles.Identity) PreserveNewest