From 56fe4e0f030973a058f541a593384566d3697e58 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 23 May 2019 16:33:55 -0700 Subject: [PATCH] Add support for source-build (#1740) --- .../Logging.AzureAppServices/Directory.Build.props | 8 ++++++++ .../src/Microsoft.Extensions.Logging.Testing.csproj | 1 + 2 files changed, 9 insertions(+) create mode 100644 src/Logging/Logging.AzureAppServices/Directory.Build.props diff --git a/src/Logging/Logging.AzureAppServices/Directory.Build.props b/src/Logging/Logging.AzureAppServices/Directory.Build.props new file mode 100644 index 0000000000..68f87d4f24 --- /dev/null +++ b/src/Logging/Logging.AzureAppServices/Directory.Build.props @@ -0,0 +1,8 @@ + + + + + + true + + diff --git a/src/Logging/Logging.Testing/src/Microsoft.Extensions.Logging.Testing.csproj b/src/Logging/Logging.Testing/src/Microsoft.Extensions.Logging.Testing.csproj index 4af8f8ac12..0670cffcc9 100644 --- a/src/Logging/Logging.Testing/src/Microsoft.Extensions.Logging.Testing.csproj +++ b/src/Logging/Logging.Testing/src/Microsoft.Extensions.Logging.Testing.csproj @@ -10,6 +10,7 @@ true false + true