Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何复制 Visual Studio 发布配置文件?
我找到的唯一解决方案是复制/粘贴/重命名Properties\PublishProfiles目录中的发布设置文件 (.pubxml)。
Properties\PublishProfiles
创建新发布配置文件时,会创建两个文件:.pubxml 和 .pubxml.user。.pubxml.user 文件仅包含适用于特定用户的一些设置,例如加密密码。
选择发布网站后,它会打开并突出显示预览选项卡。单击左侧的配置文件链接,然后选择下拉框(我知道您在想什么......只有一个)选择,您可以设置其他配置文件。