[CakeMethodAlias] [CakeAliasCategory("Restore")] [CakeNamespaceImport("Cake.Common.Tools.NuGet.Restore")] public static void NuGetRestore(this ICakeContext context, IEnumerable<FilePath> targetFilePaths, NuGetRestoreSettings settings)
var solutions = GetFiles("./**/*.sln"); NuGetRestore(solutions, new NuGetRestoreSettings { NoCache = true });