Esempio n. 1
0
 public void Cleanup()
 {
     if (!string.IsNullOrEmpty(_cloudServiceToDelete))
     {
         Assert.IsTrue(AzureUtility.DeleteCloudServiceWithRetry(publishSettingsFilePath, _cloudServiceToDelete), "Failed to delete cloud service.");
     }
 }