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