Esempio n. 1
0
        public static DeploymentSettings Load(string deployment)
        {
            DeploymentSettings newSettings = new DeploymentSettings();

            newSettings.LoadDeploymentManifestDetails(deployment);
            if (newSettings.ApplicationManifestFile != null)
            {
                return(newSettings);
            }
            else
            {
                return(null);
            }
        }