本文介绍了克隆Visual Studio 2012发布配置文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何复制Visual Studio发布资料?
How do I copy a visual studio publishing profile?
推荐答案
我发现的唯一解决方案是复制/粘贴/重命名Properties\PublishProfiles
目录中的发布设置文件(.pubxml).
The only solution I found is to copy/paste/rename the publish settings file (.pubxml) in the Properties\PublishProfiles
directory.
创建新的发布配置文件时,将创建两个文件:.pubxml和.pubxml.user. .pubxml.user文件仅包含一些适用于特定用户的设置,例如加密的密码.
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.
这篇关于克隆Visual Studio 2012发布配置文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!