How do I deploy .net core rc2 projects via msbuild / msdeploy?
问题 Currently we deploy our web application projects (csproj's) via a call to MSBuild.exe with the DeployOnBuild=true and PublishProfile=Whatever parameters to deploy our projects to one of the following: IIS on premisis Azure Web Apps Web Deployment Packages We'd like to begin using the new .net core rc2 projects, but we're really not sure how to deploy them. Can we use the older publish profiles / publish methods? When going thru the Visual Studio Publishing UI, I only see File System and