Ok I need to know if this can be done with a website project using Visual Studio 2012, TFS 2012.
Let's say I get a request to change a file (index.html).
1. Open up website project in VS.
2. Make change and locally test
3. Check-in to TFS
Once checked-in, TFS runs test scripts and if successful, copies index.html to the development and staging servers to the appropriate directory.
Is this possible? If so, how? Any help would be appreciated.