Skip to content

Commit 82a2635

Browse files
committed
Updating NuGet.exe tool for .NET
1 parent a4a6246 commit 82a2635

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

third_party/dotnet/nuget/BUCK

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
genrule(
2+
name = 'nuget',
3+
srcs = ['NuGet.exe'],
4+
out = 'NuGet.exe',
5+
cmd = 'copy %SRCS% %OUT%',
6+
executable = True,
7+
visibility = [
8+
'PUBLIC'
9+
]
10+
)

third_party/dotnet/nuget/NuGet.exe

3.79 MB
Binary file not shown.

0 commit comments

Comments
 (0)