How do I copy a visual studio publishing profile?
标签:
visual-studio
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- VS2017 RC - The following error occurred when tryi
相关文章
- How to show location of errors, references to memb
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Copy different file to output directory for releas
- Edit & Continue doesn't work
- “Csc.exe” exited with code -1073741819
- Visual Studio: Is there an incremental search for
The only solution I found is to copy/paste/rename the publish settings file (.pubxml) in the
Properties\PublishProfiles
directory.When you create a new publish profile, two files are created : .pubxml and .pubxml.user. The .pubxml.user file contains only a few settings that apply to a specific user, such as an encrypted password.
Once you choose Publish Website it opens with the Preview Tab highlighted. Click the Profile link on the left and then choose the drop down box (I know what you're thinking.... there's only one) choose and you can set up additional profiles.