0

Every example I've seen on how to deploy an MVC application to Windows Azure is using the Visual Studio Publish tool, my problem is that my application is deployed with a custom msbuild file (.proj).

I cannot change the way it is deployed, so is there a way to deploy to azure without publishing? Something like copying the directory result of my custom build to some azure directory.

2
  • Is this Windows Azure Web Role or Windows Azure Web Site or hosted on Windows Azure Virtual Machine? Also are you deploying directly from TFS Build system? Depend you what kind of your application is deployment may differ. Commented Jun 19, 2012 at 21:56
  • it's a web role and I'm not deploying from TFS Commented Jun 19, 2012 at 22:01

1 Answer 1

1

Thanks for letting us know that it is for Windows Azure Web Role. You can use Automated Build and Deployment with Windows Azure SDK 1.6 blog to deploy directly from ccproj file. Even if it is written with SDK 1.6, you sure can use exact details with SDK 1.7 as well.

enter image description here

You can also take a look at Using MSBuild to deploy to multiple Windows Azure environments blog as well.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.