예제 #1
0
        public override void Execute()
        {
            base.Execute();

            if (YesNo("This will mean deleting the Release Audit for the Configuration making it appear like it was never released in the first place.  If you just want to execute the Configuration again you can Clone it instead if you want.  Are you sure you want to Unfreeze?", "Confirm Unfreeze"))
            {
                _configuration.Unfreeze();
                Publish(_configuration);
            }
        }