Skip to content

Instantly share code, notes, and snippets.

@domgreen
Created April 16, 2011 16:58
Show Gist options
  • Save domgreen/923281 to your computer and use it in GitHub Desktop.
Save domgreen/923281 to your computer and use it in GitHub Desktop.
cspack to create a cloud web site from a standard asp.net site
cspack ServiceDefinition.csdef
/out:Azure.csx /copyOnly
/role:MvcTestAzure;MvcTestAzure
/sites:MvcTestAzure;Web;MvcTestAzure
/generateConfigurationFile:ServiceConfiguration.cscfg
/rolePropertiesFile:MvcTestAzure;Props.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment