Orchard/build.cmd
Sebastien Ros 7248fb6fd7 Azure packaging
Executing ClickToBuild.cmd generates the package for Azure including all modules available in Orchard.Web automatically
AzureSDK in requiered for this tasks. If not present, the package won't succeed, but Orchard.Web will still be built
The Orchard.Azure solution contains the required environment for implementing Azure specific providers, and unit testing
The Orchard.Azure.CloudService solution contains the CloudService enrironment to simulate Azure platform locally

--HG--
branch : dev
2010-05-07 12:41:37 -07:00

4 lines
89 B
Batchfile

if "%~1"=="" build Build
msbuild /t:%~1 Orchard.proj
msbuild /t:%~1 AzurePackage.proj