From a8615d6cf50c6d76fb4eef06a477a164d88454b0 Mon Sep 17 00:00:00 2001 From: Jan Vorlicek Date: Sat, 23 Apr 2016 18:10:50 -0700 Subject: [PATCH] Move generated xunit test wrappers to bin folder This change modifies the build so that the generated xunit test wrappers are no longer placed into the source tree, but rather to the bin folder where all files generated by the build should go. --- tests/runtest.proj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/runtest.proj b/tests/runtest.proj index 405e5e2..9d8db2d 100644 --- a/tests/runtest.proj +++ b/tests/runtest.proj @@ -5,7 +5,7 @@ $(BaseOutputPathWithConfig) - $(SourceDir)\TestWrappers_$(Platform)_$(Configuration)\ + $(XunitTestBinBase)\TestWrappers\ $(XunitTestBinBase)\Tests\ 1 @@ -68,7 +68,7 @@ $(_XunitEpilog) - + Debug AnyCPU @@ -118,8 +118,8 @@ $(_XunitEpilog) %24(TestWrappersPackagesConfigFileDirectory)project.json %24(TestWrappersPackagesConfigFileDirectory)project.lock.json - - + + $(XunitTestBinBase)\$(Category)\ -- 2.7.4