We have created several publishing profiles that are used to deploy web applications on different servers, and all this works great when deployed with one click.
However, w discovers that although the entire solution is under source control (svn), the profiles do not seem to be migrated, so we need to re-create the profiles on each development machine manually.
It seems that since the profiles exist only for the solution currently loaded, they should be stored in the solution files somewhere, but they are not migrated when someone else performs the update to pull the code.
I assume that some of the files in which they are located is something that we are not closing in the version control project, but I could not figure out which one.
Someone should know where publication profiles are stored - is there a way to copy them from machine to machine so that we do not need to retype them for each developer?
visual-studio visual-studio-2010 profile publish
Jeff S May 27 '10 at 1:28 2010-05-27 01:28
source share