Skip to content

Commit d1e6449

Browse files
committed
Fix typo
1 parent 1eaed77 commit d1e6449

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.cake

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ var versionSuffix = string.IsNullOrEmpty(preReleaseSuffix) ? null : preReleaseSu
2222
Task("Clean")
2323
.Does(() =>
2424
{
25-
DotnetCoreClean
2625
CleanDirectory(artefactsDirectory);
2726
DeleteDirectories(GetDirectories("**/bin"), new DeleteDirectorySettings() { Force = true, Recursive = true });
2827
DeleteDirectories(GetDirectories("**/obj"), new DeleteDirectorySettings() { Force = true, Recursive = true });

0 commit comments

Comments
 (0)