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 327d2b6 commit a9c8e14Copy full SHA for a9c8e14
build/build/Tasks/Build.cs
@@ -5,7 +5,7 @@ namespace Build.Tasks;
5
[TaskName(nameof(Build))]
6
[TaskDescription("Builds the solution")]
7
[IsDependentOn(typeof(Clean))]
8
-[IsDependentOn(typeof(CodeFormat))]
+// [IsDependentOn(typeof(CodeFormat))]
9
public sealed class Build : FrostingTask<BuildContext>
10
{
11
public override void Run(BuildContext context)
0 commit comments