From d96595525350a3de5a32d0cad668833cc3e93e6e Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 15 Jul 2019 18:01:27 +0100 Subject: [PATCH 1/2] fix path --- MLS.Agent/MLS.Agent.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MLS.Agent/MLS.Agent.csproj b/MLS.Agent/MLS.Agent.csproj index 11d433bab..8731528c6 100644 --- a/MLS.Agent/MLS.Agent.csproj +++ b/MLS.Agent/MLS.Agent.csproj @@ -124,21 +124,21 @@ - + - + $(AbsoluteOutputPath)wwwroot $(MSBuildThisFileDirectory)../Microsoft.DotNet.Try.Client - $(AbsoluteOutputPath)wwwroot/client + $(webRootDir)/client $(ClientOutputDir)/bundle.js $(MSBuildThisFileDirectory)../Microsoft.DotNet.Try.js - $(AbsoluteOutputPath)wwwroot/api + $(webRootDir)/api $(TryDotNetJsOutputDir)/trydotnet.min.js $(TryDotNetJsOutputDir)/trydotnet.min.js.map $(MSBuildThisFileDirectory)../Microsoft.DotNet.Try.Styles - $(AbsoluteOutputPath)wwwroot/css + $(webRootDir)/css $(CssOutputDir)/trydotnet.css From c982f9d83472e307a115619f0e81679160d4402c Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 15 Jul 2019 18:02:22 +0100 Subject: [PATCH 2/2] update ignore file --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e87210b51..865b0d930 100644 --- a/.gitignore +++ b/.gitignore @@ -357,6 +357,8 @@ MLS\.Agent/wwwroot/api/ MLS\.Agent/wwwroot/client/ +MLS\.Agent/wwwroot/css/ + *.trx @@ -367,3 +369,5 @@ Microsoft\.DotNet\.Try\.js/dist/ docs/\.ionide/ \.ionide/ + +