views:

244

answers:

1

hi, as you know Final builder is an outstanding build automation program, i want to use it, to automate moving the aspx, ascx, image files, css, dlls, etc... after the build of web deployment, this will ease so much the work for me instead of copying the file manually.

better yet how can i create a shortcut in visual studio so when i click it it will run the final build building process.

i think with this combination life will be much much easier and i will not have to go back and forth to do that.

so how can i do that ?

thanks in advanced.

+2  A: 

If you have a mapped drive from your Build server to your live server then you can execute an XCOPY command in Final Builder to copy the files across.

Junto
amazing answer man, thanks alot