From 31f27c9c93844e32a2e61bdcfd0a5a06fde298a1 Mon Sep 17 00:00:00 2001 From: Bryan Thornbury Date: Fri, 15 Jan 2016 20:22:15 +0000 Subject: [PATCH] Resolve dotnet-nightly cannot find coreclr issue --- packaging/debian/dotnet-nightly-debian_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/debian/dotnet-nightly-debian_config.json b/packaging/debian/dotnet-nightly-debian_config.json index d7916d994..dd2fe3771 100644 --- a/packaging/debian/dotnet-nightly-debian_config.json +++ b/packaging/debian/dotnet-nightly-debian_config.json @@ -38,6 +38,7 @@ ], "symlinks": { + "/usr/share/dotnet-nightly" : "/usr/share/dotnet", "bin/dotnet" : "usr/bin/dotnet", "bin/dotnet-build" : "usr/bin/dotnet-build", "bin/dotnet-compile" : "usr/bin/dotnet-compile",