visual studio - Is this the best way to deploy a website using TFS 2012 -
i want deploy website on check-in of code tfs.
so created build definition has msbuild arguments (under advanced)
/p:deployonbuild=true;publishprofile=myprofilename
this publish script copies output website virtual directory folder on web server.
my question is best way d
Comments
Post a Comment