From cbafafa188e4edefa80e58770b02564f82469262 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Mon, 17 Jun 2019 16:51:40 -0700 Subject: [PATCH] Reduce logging branch path size. (#11297) * Working on debugging issues with logging site extension * rename logging branch - aspnet/AspNetCore-Internal/#2665 --- build/SharedFx.targets | 2 +- .../LoggingBranch/{LoggingBranch.csproj => LB.csproj} | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) rename src/SiteExtensions/LoggingBranch/{LoggingBranch.csproj => LB.csproj} (97%) diff --git a/build/SharedFx.targets b/build/SharedFx.targets index 6aa51bf34e..5244b5e2a7 100644 --- a/build/SharedFx.targets +++ b/build/SharedFx.targets @@ -9,7 +9,7 @@ - + diff --git a/src/SiteExtensions/LoggingBranch/LoggingBranch.csproj b/src/SiteExtensions/LoggingBranch/LB.csproj similarity index 97% rename from src/SiteExtensions/LoggingBranch/LoggingBranch.csproj rename to src/SiteExtensions/LoggingBranch/LB.csproj index f858e9fa51..658701cd09 100644 --- a/src/SiteExtensions/LoggingBranch/LoggingBranch.csproj +++ b/src/SiteExtensions/LoggingBranch/LB.csproj @@ -11,7 +11,6 @@ $(TargetRuntimeIdentifier) $(MicrosoftNETCoreAppRuntimeVersion) - net461 false AzureSiteExtension true @@ -35,4 +34,4 @@ - + \ No newline at end of file