Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/py_errors
/
.
/
dotnet
/
BUILD.bazel
blob: 4fbb077ff88a1c58efcd0622c7e75754bdb6ad6a [
file
] [
log
] [
blame
] [
edit
]
load
(
"@bazel_skylib//rules:common_settings.bzl"
,
"string_flag"
)
exports_files
([
"WebDriver.snk"
,
"AssemblyInfo.cs.template"
,
])
string_flag
(
name
=
"nuget-api-key"
,
build_setting_default
=
""
,
visibility
=
[
"//dotnet:__subpackages__"
],
)