Is there anyway to do the publish/deploy part of a /p:DeployOnBuild=true
call to MSBuild? For instance, doing the build in one call, then the publish (file copy) in another call.
There is an issue with MSBuild 15 and publish profiles when called from command line.