diff --git a/packaging/debian/debian_config.json b/packaging/debian/debian_config.json index d247caae7..e27333547 100644 --- a/packaging/debian/debian_config.json +++ b/packaging/debian/debian_config.json @@ -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" }