Skip to content

Commit

Permalink
Update .NET build rules to allow new source files
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jul 1, 2019
1 parent 059e652 commit 23eab6a
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 @@ -50,6 +50,7 @@ core_library(
srcs = glob([
"*.cs",
"Chrome/*.cs",
"Chromium/*.cs",
"Edge/*.cs",
"Firefox/**/*.cs",
"Html5/*.cs",
Expand Down Expand Up @@ -81,6 +82,7 @@ core_library(
srcs = glob([
"*.cs",
"Chrome/*.cs",
"Chromium/*.cs",
"Edge/*.cs",
"Firefox/**/*.cs",
"Html5/*.cs",
Expand Down Expand Up @@ -151,6 +153,7 @@ core_library(
src_assembly = ":{}assembly".format(framework),
visibility = ["//visibility:public"],
deps = ["@json.net//:net45"],
dotnet_context_data = "@io_bazel_rules_dotnet//:net_context_data_{}".format(framework),
) for framework in SUPPORTED_NET_FRAMEWORKS]

[merged_assembly(
Expand All @@ -160,6 +163,7 @@ core_library(
src_assembly = ":{}assembly-strongnamed".format(framework),
visibility = ["//visibility:public"],
deps = ["@json.net//:net45"],
dotnet_context_data = "@io_bazel_rules_dotnet//:net_context_data_{}".format(framework),
) for framework in SUPPORTED_NET_FRAMEWORKS]

nuget_package(
Expand Down

0 comments on commit 23eab6a

Please sign in to comment.