Esempio n. 1
0
 public static void UpdateAllNuGetPackages(UITestBase testContext = null)
 {
     Session.ExecuteCommand("MonoDevelop.PackageManagement.Commands.UpdateAllPackagesInSolution");
     WaitForNuGet.UpdateSuccess(string.Empty);
     if (testContext != null)
     {
         testContext.TakeScreenShot("All-NuGet-Packages-Updated");
     }
 }