Skip to content

Commit

Permalink
Update checktool to check v4 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Oct 23, 2023
1 parent facfba2 commit 4ae179f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added Test Cases/v4.0/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ class Build : NukeBuild
.Executes(() =>
{
var bcfCheckToolPath = NuGetToolPathResolver.GetPackageExecutable("bcf-tool.CommandLine", "tools/net5.0/bcf-tool.dll");
BcfTool($"check -q -r v3.0 \"{RootDirectory}\"", workingDirectory: System.IO.Path.GetDirectoryName(bcfCheckToolPath));
BcfTool($"check -q -r v4.0 \"{RootDirectory}\"", workingDirectory: System.IO.Path.GetDirectoryName(bcfCheckToolPath));
});
}

0 comments on commit 4ae179f

Please sign in to comment.