From 3209297a09e015664ef1cd4b7f98696bd99a44a8 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Mon, 31 Oct 2011 09:45:37 +0100 Subject: [PATCH] Simplify CI build script and fix mixed tabs/spaces --- CI-build.msbuild | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/CI-build.msbuild b/CI-build.msbuild index 10eb91c9b..a859a8712 100644 --- a/CI-build.msbuild +++ b/CI-build.msbuild @@ -10,10 +10,6 @@ $(RootDir)\Build - - - - @@ -24,27 +20,29 @@ + Projects="LibGit2Sharp.sln" + Targets="Build" + Properties="Configuration=$(Configuration);TrackFileAccess=false" /> + ToolPath="$(MSBuildProjectDirectory)\Lib\NUnit\" + Force32Bit="true" + OutputXmlFile="$(DeployFolder)\Test-result.xml" /> + + + + DestinationFiles="@(OutputFiles->'$(DeployFolder)\%(RecursiveDir)%(Filename)%(Extension)')" /> - + - - + \ No newline at end of file