mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 17:00:03 +08:00
5 lines
121 B
Batchfile
5 lines
121 B
Batchfile
SET target=%1
|
|
|
|
IF "%target%"=="" SET target=Build
|
|
|
|
ClickToBuild %target% Orchard.proj src\Orchard.Azure\Orchard.Azure.sln |