I want to publish an ASP.NETFramework v4.6.1 project to a local folder. No zip. No profile.
Just a publication like this:
msbuild MySolution.sln /t:MyProject /p:Configuration=DEBUG /p:publishDir=".\To\Folder" /p:WebPublishMethod=FileSystem
It compiles well but I get nothing in the destination folder. I forgot an instruction? The documentation doesnt help me.