[CakeMethodAlias] [CakeAliasCategory("NuGet")] [CakeNamespaceImport("Cake.Common.Tools.DotNet.NuGet.Push")] public static void DotNetNuGetPush(this ICakeContext context, FilePath packageFilePath)
// With FilePath instance var packageFilePath = GetFiles("*.nupkg").Single(); DotNetNuGetPush(packageFilePath); // With string parameter DotNetNuGetPush("foo*.nupkg");
FilePath