From cfc1320ee245f442460ec8084260807fe2fdd142 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 (dotnet/extensions#1740) \n\nCommit migrated from https://github.com/dotnet/extensions/commit/ad4067b012f62a70bb7378c3e0a029168f3eb106 --- src/Testing/Directory.Build.props | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/Testing/Directory.Build.props diff --git a/src/Testing/Directory.Build.props b/src/Testing/Directory.Build.props new file mode 100644 index 0000000000..68f87d4f24 --- /dev/null +++ b/src/Testing/Directory.Build.props @@ -0,0 +1,8 @@ + + + + + + true + +