Skip to content

Commit

Permalink
Fix AliasName
Browse files Browse the repository at this point in the history
  • Loading branch information
Marusyk authored Nov 8, 2024
1 parent d189edc commit f8667df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.Common/Tools/DotNet/DotNetAliases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2942,7 +2942,7 @@ public static void DotNetSlnRemove(this ICakeContext context, FilePath solution,
[CakeMethodAlias]
[CakeAliasCategory("Sln")]
[CakeNamespaceImport("Cake.Common.Tools.DotNet.Sln.Remove")]
public static void Remove(this ICakeContext context, FilePath solution, IEnumerable<FilePath> projectPath, DotNetSlnRemoveSettings settings)
public static void DotNetSlnRemove(this ICakeContext context, FilePath solution, IEnumerable<FilePath> projectPath, DotNetSlnRemoveSettings settings)
{
if (context is null)
{
Expand Down

0 comments on commit f8667df

Please sign in to comment.