Skip to content

Commit

Permalink
Pushing the nant to test in TC
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Thomas committed Aug 23, 2011
1 parent 1ac4453 commit 58fd190
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nant.build
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@


<target name="build" depends="build_src,test,compile_tools,compile_msmqutils,prepare_binaries,compile_samples"/>
<target name="build_src" depends="clean, init, commonassemblyinfo, compile_main,compile_core,compile_containers,compile_nhibernate,compile_azure,compile_hosts,compile_hosts32"/>
<target name="build_src" depends="clean, init, compile_main,compile_core,compile_containers,compile_nhibernate,compile_azure,compile_hosts,compile_hosts32"/>

<target name="init" depends="DetectOperatingSystemArchitecture" description="Initializes build properties">
<tstamp>
Expand Down Expand Up @@ -135,7 +135,7 @@
<delete dir="${build.base}" failonerror="false" />
</target>

<target name="commonassemblyinfo" depends="init">
<!--<target name="commonassemblyinfo" depends="init">
<property name="assembly.version" value="${project.version}.0" />
<if test="${property::exists('build.number')}">
Expand All @@ -159,7 +159,7 @@
<attribute type="AssemblyCompanyAttribute" value="${company.name}" />
<attribute type="AssemblyConfigurationAttribute" value="${project.config}" />
<attribute type="AssemblyInformationalVersionAttribute" value="${file.version}" />
<!-- TODO : Figure out how to handle non trusted callers i .net 4.0 -->
--><!-- TODO : Figure out how to handle non trusted callers i .net 4.0 --><!--
<if test="${targetframework != 'net-4.0'}">
<attribute type="AllowPartiallyTrustedCallersAttribute" asis="true" />
</if>
Expand All @@ -169,7 +169,7 @@
<include name="System.dll" />
</references>
</asminfo>
</target>
</target>-->

<target name="compile_main" depends="init">
<!-- NServiceBus -->
Expand Down Expand Up @@ -526,7 +526,7 @@

</target>

<target name="compile_msmqutils" depends="commonassemblyinfo">
<target name="compile_msmqutils">
<exec program="${msbuild}"
commandline="/p:Configuration=${project.config} /p:OutDir=${build.dir.absolutepath}\tools\MsmqUtils\ ${msbuild.targetframework}"
workingdir="${solution.dir}\utils" />
Expand Down

0 comments on commit 58fd190

Please sign in to comment.