Publishing my asp.net mvc application via script and not Visual Studio
I dont really know much about this to be honest with you... I have managed to download mscommunity build and I have managed to use the script below to successfully compile and build my application, however I want to get my asp.net mvc application "published" so I want the same files that you when clicking "publish" inside visual studio. My current build file looks like this: <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <!-- Import the MSBuild Tasks --> <Import Project="$(MSBuildExtensionsPath)