We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491127d commit a696152Copy full SHA for a696152
build/Build.cs
@@ -31,7 +31,6 @@ class Build : NukeBuild
31
32
33
Target Clean => _ => _
34
- .Before(Restore)
35
.Executes(() =>
36
{
37
OutputDirectory.DeleteDirectory();
0 commit comments