C#: Remove unneeded source folder from Bazel build scripts

This commit is contained in:
Tamas Vajk
2024-06-07 15:23:45 +02:00
parent 0ab67d1790
commit beffc2a49d
19 changed files with 4 additions and 23 deletions

View File

@@ -7,7 +7,6 @@ codeql_csharp_binary(
name = "Semmle.Autobuild.CSharp",
srcs = glob([
"*.cs",
"Properties/*.cs",
]),
visibility = ["//csharp:__subpackages__"],
deps = [