What is the appropriate way/How to package a Visual Basic Windows Service Project?
I have a Visual Basic Windows Service (.Net Framework) project. Jenkins build the project using msbuild. I need to package the compiled codes (.dlls, .exe, etc.) to be pushed to our deployment tool.
Is there a packaging option for Windows Service project in Visual Studio 2017/2019? Something like with ASP.Net Web Application project that can be package using Publish that creates a Web Deployment Package? The Setup Project is not an option as I am only using BuildTools in my build server and .vdproj is unable to build using msbuild.