mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00

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
4 lines
89 B
Batchfile
4 lines
89 B
Batchfile
if "%~1"=="" build Build
|
|
msbuild /t:%~1 Orchard.proj
|
|
msbuild /t:%~1 AzurePackage.proj
|