We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02330ba commit edb41d0Copy full SHA for edb41d0
dotnet/paket.nuget_extension.bzl
@@ -2,8 +2,9 @@
2
3
load(":paket.nuget.bzl", _nuget = "nuget")
4
5
-def _nuget_impl(_ctx):
+def _nuget_impl(module_ctx):
6
_nuget()
7
+ return module_ctx.extension_metadata(reproducible = True)
8
9
nuget_extension = module_extension(
10
implementation = _nuget_impl,
0 commit comments