I have a Visual Studio 2012 solution, which contains three web projects. Each of them has a web deploy publish profile, which creates a package in a specific directory. The solu
Are all three published profiles named the same way? If so, could you just add
/p:PublishProfile=MyProfile to the msbuild command?
/p:PublishProfile=MyProfile
See this link for more info