Is it possible? And if possible, is it possible to compile created in VS azure cloud project, having only .net35 and azure SDKs installed, also without VS?
views:
63answers:
2Got it - compilation works. Sorry, i've asked a bit wrong question for azure cloud project - is it possible to _Publish_ azure cloud project? (In VS i click on cloudService project, select "Publish", and it generates ".cspkg" file which is to be deployed to azure hosting.
2009-12-17 13:47:41
Googled that yes. Thank you.
2009-12-17 13:54:09
A:
The Windows Azure SDK comes with a utility called cspack.exe, which will create a .cspkg file for you.
Jason Haley
2009-12-18 12:39:15