re-enable bulk-copy of all MVC5 packages in to bin dir as sanity-check to return to known-good build state

This commit is contained in:
Steve Bohlen
2015-04-13 15:03:19 -04:00
parent d0fab91098
commit ef463a97ee

View File

@@ -11,13 +11,11 @@
-->
<target name="build">
<!--
<copy todir="${current.bin.dir}" flatten="true" overwrite="true">
<fileset basedir="${spring.basedir}/packages/">
<include name="Microsoft.AspNet.*.5.0.0/**/*.dll" />
</fileset>
</copy>
-->
<!-- build Spring.Web.Mvc -->
<csc target="library" define="${current.build.defines.csc}"