diff --git a/ClickToRunAzureInDevFabric.cmd b/ClickToRunAzureInDevFabric.cmd new file mode 100644 index 000000000..3e1ba1773 --- /dev/null +++ b/ClickToRunAzureInDevFabric.cmd @@ -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 \ No newline at end of file