From e5cc7cd9441975f23fa2e1324282811185b85b7f Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Fri, 17 Mar 2017 17:56:23 -0700 Subject: [PATCH] Workaround for WebSPA publish issue Due to aspnet/websdk #114, dotnet publish only copies to the output directory files which existed before the command was run. --- src/Web/WebSPA/WebSPA.csproj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Web/WebSPA/WebSPA.csproj b/src/Web/WebSPA/WebSPA.csproj index 0d30295a7..b483cab2a 100644 --- a/src/Web/WebSPA/WebSPA.csproj +++ b/src/Web/WebSPA/WebSPA.csproj @@ -78,6 +78,13 @@ + + + + + + + Always