Exemplo n.º 1
0
 public GlobalPathInfo(string rootPath, string subscriptionsDataFile)
 {
     PublishSettingsFile   = General.CominePath(rootPath, Resources.PublishSettingsFileName);
     SubscriptionsDataFile = subscriptionsDataFile ??
                             General.CominePath(rootPath, Resources.SubscriptionDataFileName);
     ServiceConfigurationFile = General.CominePath(rootPath, Resources.ConfigurationFileName);
     EnvironmentsFile         = General.CominePath(rootPath, Resources.EnvironmentsFileName);
     AzureDirectory           = rootPath;
 }