mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
5 lines
266 B
Batchfile
5 lines
266 B
Batchfile
![]() |
SET CDIR = %CD%
|
||
|
call "%ProgramFiles%\Windows Azure SDK\v1.3\bin\setenv.cmd"
|
||
|
csrun /devstore
|
||
|
csrun /run:"%CDIR %\build\Compile\Orchard.Azure.CloudService.csx";"%CDIR %\src\Orchard.Azure\Orchard.Azure.CloudService\ServiceConfiguration.cscfg" /launchbrowser
|
||
|
pause
|