From da8500bab8cdbaaa5f4da901ace4831a2f9e67e8 Mon Sep 17 00:00:00 2001 From: "Brett V. Forsgren" Date: Mon, 29 Jul 2019 14:39:53 -0700 Subject: [PATCH] always include the `wwwroot/` directory --- MLS.Agent/MLS.Agent.csproj | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/MLS.Agent/MLS.Agent.csproj b/MLS.Agent/MLS.Agent.csproj index 8cccfe293..97f71d6f7 100644 --- a/MLS.Agent/MLS.Agent.csproj +++ b/MLS.Agent/MLS.Agent.csproj @@ -124,12 +124,8 @@ - - - - - $(AbsoluteOutputPath)wwwroot + $(MSBuildThisFileDirectory)wwwroot $(MSBuildThisFileDirectory)../Microsoft.DotNet.Try.Client $(webRootDir)/client $(ClientOutputDir)/bundle.js @@ -148,7 +144,7 @@ - + <_TryDotNetCssExists Condition="Exists('$(CssOutputFile)')">true @@ -161,13 +157,10 @@ - - - - + <_TryDotNetMinJsExists Condition="Exists('$(TryDotNetJsFile)')">true @@ -179,13 +172,10 @@ - - - - + <_TryDotNetClientExists Condition="Exists('$(ClientOutputFile)')">true @@ -197,9 +187,14 @@ + + - - + + + + PreserveNewest +