Skip to content

Commit

Permalink
[dotnet] add the new VirtualAuth directory to sources in bazel libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jul 15, 2022
1 parent 50b0bfc commit 2eab062
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotnet/src/webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ generated_assembly_info(
"Remote/**/*.cs",
"Safari/*.cs",
"Support/*.cs",
"VirtualAuth/*.cs",
]) + [
":assembly-info",
] + devtools_version_targets(),
Expand Down Expand Up @@ -90,6 +91,7 @@ generated_assembly_info(
"Remote/**/*.cs",
"Safari/*.cs",
"Support/*.cs",
"VirtualAuth/*.cs",
]) + [
":assembly-info",
] + devtools_version_targets(),
Expand Down Expand Up @@ -125,6 +127,7 @@ generated_assembly_info(
"Remote/**/*.cs",
"Safari/*.cs",
"Support/*.cs",
"VirtualAuth/*.cs",
]) + [
":assembly-info",
] + devtools_version_targets(),
Expand Down Expand Up @@ -170,6 +173,7 @@ generated_assembly_info(
"Remote/**/*.cs",
"Safari/*.cs",
"Support/*.cs",
"VirtualAuth/*.cs",
]) + [
":assembly-info",
] + devtools_version_targets(),
Expand Down

0 comments on commit 2eab062

Please sign in to comment.