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 9a51f10 commit 89a8105Copy full SHA for 89a8105
build/Program.cs
@@ -42,7 +42,7 @@ void RemoveDirectory(string d)
42
() =>
43
{
44
Run("dotnet", "tool restore");
45
- Run("dotnet", "format --check");
+ Run("dotnet", "csharpier --check");
46
}
47
);
48
0 commit comments