DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB

YAATBF (removing virtualPathProviders directory from the build after compiling)

[TFS Changeset #58055]
This commit is contained in:
hartvig
2009-08-14 12:41:16 +00:00
parent cc3a560f8a
commit 71fbf9f279

View File

@@ -152,6 +152,7 @@
<mkdir dir="${build.dir}\usercontrols" />
<delete dir="${build.dir}\webservices" />
<delete dir="${build.dir}\VirtualPathProviders" />
<delete dir="${build.dir}\umbracoBase" />
<delete dir="${build.dir}\Web References" />
<delete dir="${build.dir}\obj" />
@@ -181,7 +182,7 @@
</fileset>
</zip>
<copy file="${web.dir}\nightly\weekly.zip" tofile="${public.dir}\${dist.name}_${datetime::get-ticks(datetime::now())}.zip" />
<copy file="${web.dir}\nightly\weekly.zip" tofile="${public.dir}\${dist.name}_${datetime::get-ticks( datetime::now())}.zip" />
</target>