How do you actually use WebDeploy with dotnet publish? I’m really struggling to find any resources on how to perform this step! Most articles seem to just assume you’re publishing to the same machine, or manually copying the files over to a remote server.
I’ve got a publish profile set up in my project, so it would be really useful if I could pass that to donet publish.