From 7f529a0852bf882b098bb6aef52cfaf2cc95a60c Mon Sep 17 00:00:00 2001 From: frederik-h Date: Wed, 5 Dec 2018 21:40:02 +0100 Subject: [PATCH] Make dotnet test execute only test projects (#86) This change modifies the VSTest target to ensure that the VSTest target gets executed for test projects only. The solution for the problem is based on: https://dasmulli.blog/2018/01/20/make-dotnet-test-work-on-solution-files/ --- Directory.Build.targets | 9 +++++++++ after.LLVMSharp.sln.targets | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 Directory.Build.targets create mode 100644 after.LLVMSharp.sln.targets diff --git a/Directory.Build.targets b/Directory.Build.targets new file mode 100644 index 00000000..ff67960c --- /dev/null +++ b/Directory.Build.targets @@ -0,0 +1,9 @@ + + + + + + + diff --git a/after.LLVMSharp.sln.targets b/after.LLVMSharp.sln.targets new file mode 100644 index 00000000..d4d5db9c --- /dev/null +++ b/after.LLVMSharp.sln.targets @@ -0,0 +1,5 @@ + + + + +