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