public AzureService(string rootPath, string scaffoldingPath) { SetScaffolding(scaffoldingPath); Paths = new ServicePathInfo(rootPath); Components = new ServiceComponents(Paths); packageTool = new CsPack(); runTool = new CsRun(); }
//for stopping the emulator none of the path info is required public AzureService() { runTool = new CsRun(); }