From 8e04d10daba5bfd1213cc9b6c8554a017250e199 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Sat, 5 Apr 2014 15:55:22 +0100 Subject: Fix for issue 81: quoting for NUnit parameters. --- build/Common.targets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build/Common.targets') diff --git a/build/Common.targets b/build/Common.targets index d5ff8797..2aa74dfe 100644 --- a/build/Common.targets +++ b/build/Common.targets @@ -56,7 +56,7 @@ Targets For Tools + Command=""$(NUnitExePath)" /nologo /noshadow "%(ToolsTestContainer.Identity)" /xml:"$(BuildTempDirectory)\%(ToolsTestContainer.Filename).xml"" /> @@ -65,7 +65,7 @@ Targets For GenerateSource *********************************************************************************************** --> - + @@ -75,8 +75,8 @@ Targets For GenerateSource - - + + -- cgit v1.2.3