Skip to content

Commit f28bea2

Browse files
committed
Adding ILRepack tool for .NET builds
1 parent 82a2635 commit f28bea2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

third_party/dotnet/ilrepack/BUCK

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
genrule(
2+
name = 'ilrepack',
3+
srcs = ['ILRepack.exe'],
4+
out = 'ILRepack.exe',
5+
cmd = 'copy %SRCS% %OUT%',
6+
executable = True,
7+
visibility = [
8+
'PUBLIC'
9+
]
10+
)
1.45 MB
Binary file not shown.

0 commit comments

Comments
 (0)