Missing build dependencie for release target
This commit is contained in:
@@ -356,7 +356,7 @@
|
||||
|
||||
</target>
|
||||
|
||||
<target name="webPIRelease" depends="release,webPiFile">
|
||||
<target name="webPIRelease" depends="webPiFile">
|
||||
<copy file="${root.dir}\webPi_sha.txt" tofile="${public.dir}\${build.version}\Umbraco_${build.version}_WebDeploy_sha.txt" />
|
||||
<copy file="${root.dir}\Umbraco_${build.version}_WebDeploy.zip" tofile="${public.dir}\${build.version}\Umbraco_${build.version}_WebDeploy.zip" />
|
||||
</target>
|
||||
@@ -405,7 +405,6 @@
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
||||
<target name="init" description="init tasks for the build">
|
||||
|
||||
<!-- Clean the plugins dir any leftovers, only tinyMCE belongs in here -->
|
||||
|
||||
Reference in New Issue
Block a user