Skip to content

Instantly share code, notes, and snippets.

@domgreen
Created April 16, 2011 17:03
Show Gist options
  • Save domgreen/923294 to your computer and use it in GitHub Desktop.
Save domgreen/923294 to your computer and use it in GitHub Desktop.
cspack to create Azure Web Role
cspack #{CSDEF}
/role:WorkerRole1;#{WORKER_ROLE_DIR};#{WORKER_ROLE_DLL}
/role:WebRole1;#{WEB_ROLE_DIR}
/sites:WebRole1; Web;c:\web
/out:#{CSPKG_FILE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment