From 1da031881c1cd6eb65e0e6d7590fe15de60f643c Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Fri, 21 Jul 2017 18:39:04 +0300 Subject: [PATCH] I'm starting to *really* hate the new SDK --- build.cake | 2 +- tests/Avalonia.LeakTests/toolproject/tool.csproj | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.cake b/build.cake index 81390436fd..12a9d85d05 100644 --- a/build.cake +++ b/build.cake @@ -371,7 +371,7 @@ Task("Run-Leak-Tests") System.IO.File.Delete(report); var proc = System.Diagnostics.Process.Start(new System.Diagnostics.ProcessStartInfo { - FileName="tests\\Avalonia.LeakTests\\toolproject\\bin\\Release\\net461\\dotMemoryUnit.exe", + FileName="tests\\Avalonia.LeakTests\\toolproject\\bin\\dotMemoryUnit.exe", Arguments="-targetExecutable=\"tools\\xunit.runner.console\\tools\\xunit.console.x86.exe\" -returnTargetExitCode -- tests\\Avalonia.LeakTests\\bin\\Release\\Avalonia.LeakTests.dll -xml tests\\Avalonia.LeakTests\\bin\\Release\\report.xml ", UseShellExecute = false, }); diff --git a/tests/Avalonia.LeakTests/toolproject/tool.csproj b/tests/Avalonia.LeakTests/toolproject/tool.csproj index c9f584be72..54dbe6f17e 100644 --- a/tests/Avalonia.LeakTests/toolproject/tool.csproj +++ b/tests/Avalonia.LeakTests/toolproject/tool.csproj @@ -1,5 +1,7 @@  + $(MSBuildThisFileDirectory)\bin + $(OutputPath) net461 Library