User:
Date: 2010/01/08 09:10 AM
Modified:
/buildscripts/
Build.proj, Castle.Common.Targets, build.cmd
Log:
- Use x86 for unit tests.
- Favor OutputPath over OutDir
- Hard-coded location for NCover removed
File Changes:
Directory: /buildscripts/
=========================
File [modified]: Build.proj
Delta lines: +1 -1
===================================================================
--- buildscripts/Castle.Common.Targets 2010-01-08 16:09:04 UTC (rev 6598)
+++ buildscripts/Castle.Common.Targets 2010-01-08 16:10:31 UTC (rev 6599)
@@ -79,7 +79,7 @@
<!-- 3rd Party Program Paths -->
<PropertyGroup>
<NUnitPath Condition="'$(NUnitPath)' ==
''">$(ToolsPath)\nunit\bin</NUnitPath>
- <NCoverPath Condition="'$(NCoverPath)' == ''">C:\Program
Files\NCover</NCoverPath>
+ <NCoverPath Condition="'$(NCoverPath)' ==
''">$(ProgramFiles)\NCover</NCoverPath>
<MSBuildCommunityTasksPath
Condition="'$(MSBuildCommunityTasksPath)' ==
''">$(ToolsPath)\MSBuildCommunityTasks</MSBuildCommunityTasksPath>
</PropertyGroup>
File [modified]: Castle.Common.Targets
Delta lines: +1 -1
===================================================================
--- buildscripts/build.cmd 2010-01-08 16:09:04 UTC (rev 6598)
+++ buildscripts/build.cmd 2010-01-08 16:10:31 UTC (rev 6599)
@@ -33,7 +33,7 @@
IF "%FrameworkVersion%" == "v2.0.50727" SET
__OUTDIR__=%~dp0..\build\.NETFramework-v3.5\Release\
IF "%FrameworkVersion%" == "v4.0.21006" SET
__OUTDIR__=%~dp0..\build\.NETFramework-v4.0\Release\
ECHO ON
-%__MSBUILD_EXE__% /m "%~dp0Build.proj" /t:CleanAll;BuildProject
/p:OutDir=%__OUTDIR__% /p:Configuration=Release /p:Platform=AnyCPU
/p:TargetFrameworkVersion=%Framework35Version%
+%__MSBUILD_EXE__% /m "%~dp0Build.proj" /t:CleanAll;BuildProject
/p:OutputPath=%__OUTDIR__% /p:Configuration=Release /p:Platform=AnyCPU
/p:TargetFrameworkVersion=%Framework35Version%
@ECHO OFF
IF "%CLICKTOBUILD%" == "1" EXIT /B %ERRORLEVEL%
File [modified]: build.cmd
Delta lines: +0 -0
===================================================================
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.