Hi there,
I am using TFS 2010 and Visual Studio 2012. I have a solution which contains a web service project that gets built everynight and using wix, the solution can generate the executable file after the build has finished on the server.
Normally i run the executable file and install the web service as a background windows service on the remote server.
Now i would like the build process to install the web service and copy a set of configs from a network location to the directory where the service is installed.
Then after the service has been installed, I would like to execute my coded unit tests against the newly installed service. These unit tests have been compiled into a single assembly by the way.
Would the MS Deploy assist in this regard? if so are there any tutorials i could refer to in order to assist me in this manner. if not, what are my alternatives?
I would greatly appreciate if someone advise please?
Kind regards,