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?