Skip to content

Commit

Permalink
Updating NuGet.exe tool for .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Sep 19, 2017
1 parent a4a6246 commit 82a2635
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions third_party/dotnet/nuget/BUCK
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
genrule(
name = 'nuget',
srcs = ['NuGet.exe'],
out = 'NuGet.exe',
cmd = 'copy %SRCS% %OUT%',
executable = True,
visibility = [
'PUBLIC'
]
)
Binary file modified third_party/dotnet/nuget/NuGet.exe
Binary file not shown.

0 comments on commit 82a2635

Please sign in to comment.