tags:

views:

38

answers:

0

Dear Friend,

I have a web application using Team System, I would like to make a deploy automatic using the TFSBuild. The problem is: I’m not using a WebSite project and also I would like that project to be not compiled, because I am using a compilation mode “InPlace Deployment”. How can I do, to write the build’s script (TFSBuild.proj) to copy only changed files (Changeset)? Is there any variable that returns the files of the Changeset (new, replaced, deleted files)? Something like this “@(Replaces)”?

Thanks

related questions