"Fossies" - the Fresh Open Source Software Archive 
Member "selenium-selenium-4.8.1/dotnet/BUILD.bazel" (17 Feb 2023, 260 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
2
3 exports_files([
4 "WebDriver.snk",
5 "AssemblyInfo.cs.template",
6 ])
7
8 string_flag(
9 name = "nuget-api-key",
10 build_setting_default = "",
11 visibility = ["//dotnet:__subpackages__"],
12 )