Hm... good idea, Ray,
Currently, rather than copying files I want, I don't copy files I know
I don't want - ie my NAnt task uses file pattern to
ignore things like .cs
However, given that the .csproj file is just XML, it should be pretty
easy to loop over and copy the given files... I think
I solved this problem by making an xslt to convert the .csproj file into a file
list, then use the task to copy the files.
The XLST is attached, and here's a simplified version of my nant task (not
tested):
So the
I solved this problem by making an xslt to convert the .csproj file into a file
list, then use the task to copy the files.
The XLST is attached, and here's a simplified version of my nant task (not
tested):
So the
I would second this request.
VS.NET has a "deploy website" (or some such) command that you give it
server and it will copy just the content files and dependencies from the
local machine to the server.
Granted, you don't want VS.NET on your build server, but if anyone knows
what this menu command