This website requires JavaScript.
Explore
Help
Register
Sign In
lsm
/
Orchard
Watch
1
Star
0
Fork
0
You've already forked Orchard
mirror of
https://github.com/OrchardCMS/Orchard.git
synced
2025-04-05 21:01:35 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
d70f391d93
Orchard
/
build.cmd
4 lines
57 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Mechanical refinement to build cmd files build.cmd can take an optional target name like Compile or several targets in order with quotes like "Compile,Package" clicktobuild.cmd will detect when the sdk env variable is not present, and vs2k8 is, and it will run the vs batch to initialize environment for calling msbuild --HG-- branch : dev
2010-02-08 07:07:45 +08:00
if
"
%~1
"
==
"
"
build Build
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-08 03:41:37 +08:00
msbuild /t:
%~1
Orchard.proj
Changed build scripts Separate Azure from WebPI Relocate WebPI and Source in /artifacts for cohesion --HG-- branch : dev
2010-05-15 03:24:08 +08:00
Reference in New Issue
Copy Permalink