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 发布我的软件时,它会生成 .deploy 扩展名。例如 my_program.exe.deploy 它是什么?它是干什么用的
当您发布 ClickOnce 应用程序时,它会在部署站点上的所有文件上附加“.deploy”。这样做的原因是许多人部署到网络服务器,这使他们不必为部署中包含的每种类型的文件设置 MIME 类型。在客户端计算机上安装部署时,它会从文件中删除 .deploy。