Skip to content

Commit

Permalink
[dotnet] update bazel release targets
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 7, 2023
1 parent 314ca33 commit b608fa9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dotnet/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ exports_files([
pkg_zip(
name = "strongnamed",
srcs = [
"//dotnet/src/support:support-strongnamed",
"//dotnet/src/webdriver:webdriver-strongnamed",
"//dotnet/src/support:support-strongnamed-pack",
"//dotnet/src/webdriver:webdriver-strongnamed-pack",
],
)

pkg_zip(
name = "release",
srcs = [
"//dotnet/src/support",
"//dotnet/src/webdriver",
"//dotnet/src/support:support-pack",
"//dotnet/src/webdriver:webdriver-pack",
],
)

0 comments on commit b608fa9

Please sign in to comment.