From 14136e7acd8120cc6d301d852270495dda24fc1d Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Thu, 29 Aug 2019 10:06:46 +0200 Subject: [PATCH] [SPA] Enable support for publish single file (#13518) * Updates the angular template to exclude the client-side files from the single file publish output * Updates the react template to exclude the client-side files from the single file publish output * Updates the react-redux template to exclude the client-side files from the single file publish output --- .../Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in | 1 + .../Web.Spa.ProjectTemplates/React-CSharp.csproj.in | 1 + .../Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in | 1 + 3 files changed, 3 insertions(+) diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in b/src/ProjectTemplates/Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in index 09d68a25ee..ac8b56b14e 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in @@ -61,6 +61,7 @@ %(DistFiles.Identity) PreserveNewest + true diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/React-CSharp.csproj.in b/src/ProjectTemplates/Web.Spa.ProjectTemplates/React-CSharp.csproj.in index 8e4a8b80e4..376d8e92ba 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/React-CSharp.csproj.in +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/React-CSharp.csproj.in @@ -56,6 +56,7 @@ %(DistFiles.Identity) PreserveNewest + true diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in b/src/ProjectTemplates/Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in index 71a0a80686..9d74415018 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in @@ -45,6 +45,7 @@ %(DistFiles.Identity) PreserveNewest + true