I have a project to create a single click deployment program. Preferably an
ASP.NET application that lists all server sites (development, release
candidate etc) and each entry will have a deploy button. The code will build
and deploy the solution. Any ideas?
So far I have come up with devenv /rebuild to build the entire solution, but
I am looking for ways of automatically sending the files (preferably with an
msi for speed) to a server and have it auto install.
There is nothing in place at present so I am free to implement anything that
is needed, I was thinking probably an XML file to keep information about the
servers and there type (including info about the solution held in source safe
that represents the solution to be deployed to the server). Which leads on to
another thing, how do I read from source safe the latest version in code?
Any ideas as to how to proceed would be gratefully received. |