Change build order
This commit is contained in:
@@ -71,7 +71,16 @@
|
||||
</fileset>
|
||||
</delete>
|
||||
|
||||
<exec program="${win.dir}\microsoft.net\framework\v4.0.30319\msbuild.exe">
|
||||
|
||||
<exec program="${win.dir}\microsoft.net\framework\v4.0.30319\msbuild.exe">
|
||||
<arg value="${root.dir}\umbraco.MacroEngines.Juno\umbraco.MacroEngines.csproj" />
|
||||
<arg value="/v:n" />
|
||||
<arg value="/p:WarningLevel=0" />
|
||||
<arg value="/p:ToolsVersion=4.0" />
|
||||
<arg value="/p:Configuration=${build.configuration}" />
|
||||
</exec>
|
||||
|
||||
<exec program="${win.dir}\microsoft.net\framework\v4.0.30319\msbuild.exe">
|
||||
<arg value="${root.dir}\umbraco.sln" />
|
||||
<arg value="/v:n" />
|
||||
<arg value="/p:WarningLevel=0" />
|
||||
@@ -80,14 +89,7 @@
|
||||
</exec>
|
||||
<exec program="${win.dir}\microsoft.net\framework\v4.0.30319\aspnet_compiler.exe" commandline="-f -u -p umbraco/presentation -v / "${build.dir}""/>
|
||||
|
||||
<exec program="${win.dir}\microsoft.net\framework\v4.0.30319\msbuild.exe">
|
||||
<arg value="${root.dir}\umbraco.MacroEngines.Juno\umbraco.MacroEngines.csproj" />
|
||||
<arg value="/v:n" />
|
||||
<arg value="/p:WarningLevel=0" />
|
||||
<arg value="/p:ToolsVersion=4.0" />
|
||||
<arg value="/p:Configuration=${build.configuration}" />
|
||||
</exec>
|
||||
|
||||
|
||||
<call target="buildMacroEnginesIron" />
|
||||
|
||||
<call target="buildSymbolFiles" />
|
||||
@@ -133,7 +135,6 @@
|
||||
</target>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Directories and files -->
|
||||
<target name="directories" depends="build">
|
||||
@@ -283,8 +284,7 @@
|
||||
<mkdir dir="${build.dir}\usercontrols" />
|
||||
</target>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Documentation -->
|
||||
<target name="documentation" depends="directories">
|
||||
|
||||
Reference in New Issue
Block a user