Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/dotnet/paket.nuget_extension.bzl
4500 views
"Generated"

load(":paket.nuget.bzl", _nuget = "nuget")

def _nuget_impl(module_ctx):
    _nuget()
    return module_ctx.extension_metadata(reproducible = True)

nuget_extension = module_extension(
    implementation = _nuget_impl,
)