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.
当我使用 clickonce 时,会发布哪些文件?
来自 bin 或 obj 目录的那些?
obj 目录中的任何内容都是中间构建工件,可以随时安全地丢弃。
bin 文件夹中的任何内容都是整个构建过程的最终结果。
ClickOnce 默认发布所有最终构建工件,符号文件除外。您可以从项目属性的“发布”选项卡中更改发布的内容。