Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I use VS2010 to develop websites. When I publish these to the live environment, I do a series of post-publish steps. This involves, manually copying the published file to a newly created folder. I then copy a few directories from the previous version to the latest published version.

Would anyone know of a suitable tool that can help automate this process?

We thought of writing javascript functions and running this script file separately after the build is run.

Will NANT fill the purpose here? Does TFS offer anything to do this?

thanks very much.

cheers
Posted
Comments
Sandeep Mewara 24-Apr-12 1:51am    
We thought of writing javascript functions
Sure?

Looks like you have mixed(confused?) up script files with JavaScript here. Both are two different entities.

1 solution

You can do all you need in batch files, or you can look at products like :
http://www.kinook.com/VisBuildPro/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900