How can I set up remote deploy + debugging in VS2017 using a net core app which targets net framework?
I have the remote tools installed and working on my target device. I can connect to it and debug remote applications.
I have a build configuration set to build my application to a remote share on my target machine.
How can I get VS to launch this on the remote machine then attach debugger?