mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
Adding script to run Azure in dev fabric
Work Item: 16874 --HG-- branch : dev
This commit is contained in:
5
ClickToRunAzureInDevFabric.cmd
Normal file
5
ClickToRunAzureInDevFabric.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
Reference in New Issue
Block a user