mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
7 lines
92 B
Batchfile
7 lines
92 B
Batchfile
SET target=%1
|
|
|
|
IF "%target%"=="" SET target=Build
|
|
|
|
ClickToBuild %target% AzurePackage.proj
|
|
|