mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-15 18:31:13 +08:00
7 lines
92 B
Batchfile
7 lines
92 B
Batchfile
SET target=%1
|
|
|
|
IF "%target%"=="" SET target=Build
|
|
|
|
ClickToBuild %target% AzurePackage.proj
|
|
|