最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

c# - How do I to get back Folder deployment instead of ClickOnce in latest Visual Studio 2022= - Stack Overflow

programmeradmin1浏览0评论

We have a number of C# NET console apps that we previously could deploy by "Publishing to folder" (i e pure copy of exe file) in Visual Studio 2022. We DO NOT want to "install" them in any way, just copy the builds to their destination folders.

But in the latest VS 22 update, any new console project ONLY contains the ClickOnce deployment method. Of course we can do a manual copy from the build folder, but that requires an external step that is outside of our ordinary deployment process.

Is there any way to get back the old simple Folder (copy) deployment method in VS 2022?

发布评论

评论列表(0)

  1. 暂无评论