diff --git a/third_party/dotnet/nuget/BUCK b/third_party/dotnet/nuget/BUCK new file mode 100644 index 0000000000000..18100455c1cc8 --- /dev/null +++ b/third_party/dotnet/nuget/BUCK @@ -0,0 +1,10 @@ +genrule( + name = 'nuget', + srcs = ['NuGet.exe'], + out = 'NuGet.exe', + cmd = 'copy %SRCS% %OUT%', + executable = True, + visibility = [ + 'PUBLIC' + ] +) \ No newline at end of file diff --git a/third_party/dotnet/nuget/NuGet.exe b/third_party/dotnet/nuget/NuGet.exe index e313ff9589521..856263ded82a5 100644 Binary files a/third_party/dotnet/nuget/NuGet.exe and b/third_party/dotnet/nuget/NuGet.exe differ