Hi Rachael,
Is there a way to preserve last modified timestamps when running a copy? This
exsists in Ant (preserveLastModified).
ie:
Have searched enhancements and this user list archives, and cant find this.
I don't believe the copy task currently supports this. Could you add a
f
I am building a module using the csc task. It pulls
in a local AssemblyInfo.cs and a CommonAssemblyInfo.cs
file. The Common file contains version info written
out by asminfo task.
I am compiling using -t:net-2.0 which I updated to use
the v2.0.50727 framework.
The build seems to work fine bu