Created
April 16, 2011 16:58
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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