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.
dotnet clean
1 parent 250afda commit a226915Copy full SHA for a226915
1 file changed
csharp/autobuilder/Semmle.Autobuild/DotNetRule.cs
@@ -50,7 +50,7 @@ public BuildScript Analyse(Autobuilder builder, bool auto)
50
51
var build = GetBuildScript(builder, dotNetPath, environment, compatibleClr, projectOrSolution.FullPath);
52
53
- ret &= clean & BuildScript.Try(restore) & build;
+ ret &= BuildScript.Try(clean) & BuildScript.Try(restore) & build;
54
}
55
return ret;
56
});
0 commit comments