Merge pull request #796 from dotnet/brthor/dotnet-build
Add dotnet-build and dotnet-dnx to the debian package
This commit is contained in:
commit
debe0fa5c5
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
|
||||
"symlinks": {
|
||||
"bin/dotnet" : "usr/bin/dotnet",
|
||||
"bin/dotnet-build" : "usr/bin/dotnet-build",
|
||||
"bin/dotnet-compile" : "usr/bin/dotnet-compile",
|
||||
"bin/dotnet-compile-csc" : "usr/bin/dotnet-compile-csc",
|
||||
"bin/dotnet-compile-fsc" : "usr/bin/dotnet-compile-fsc",
|
||||
|
@ -44,6 +45,7 @@
|
|||
"bin/dotnet-repl" : "usr/bin/dotnet-repl",
|
||||
"bin/dotnet-repl-csi" : "usr/bin/dotnet-repl-csi",
|
||||
"bin/dotnet-restore" : "usr/bin/dotnet-restore",
|
||||
"bin/dotnet-dnx" : "usr/bin/dotnet-dnx",
|
||||
"bin/dotnet-test" : "usr/bin/dotnet-test",
|
||||
"bin/dotnet-resgen" : "usr/bin/dotnet-resgen"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue