We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdee63e commit 1698811Copy full SHA for 1698811
2 files changed
src/4-Build/Build.cs
@@ -7,5 +7,7 @@ namespace Build;
7
8
public class Build : BaseBuild
9
{
10
+ protected override bool SkipLinting => true;
11
+
12
public static int Main() => Execute<Build>(x => x.RunUnitTests);
13
}
src/4-Build/Build.csproj
@@ -10,6 +10,6 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="CodeBlock.DevKit.Build" Version="1.3.4" />
+ <PackageReference Include="CodeBlock.DevKit.Build" Version="1.3.5" />
14
</ItemGroup>
15
</Project>
0 commit comments