From 6af6c0fdc3f0b255b5e5a220e89fe94fa152c0d6 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Thu, 3 Feb 2011 01:30:29 +0100 Subject: [PATCH] CI: Move unit test binaries to out folder --- src/UnitTests/UnitTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj index 81e58a39..3a37bd9f 100644 --- a/src/UnitTests/UnitTests.csproj +++ b/src/UnitTests/UnitTests.csproj @@ -25,7 +25,7 @@ pdbonly true - bin\Release\ + ..\..\out\test\Net40\ TRACE prompt 4