I’m looking into migrating our system to Windows Azure. Currently we have an automated process that builds everything and packages it up into msi’s for us using Team City and NAnt.
Is there any way to build the packages needed for deployment – I don’t need it to deploy, just create the package.
Thanks
Stu
Yes, it is straight forward to add some commands to your NANT file to package your application.
See this page for examples and a reference:
http://msdn.microsoft.com/en-us/library/windowsazure/gg432988.aspx