PR Feedback

This commit is contained in:
Piotr Puszkiewicz 2016-08-09 14:49:13 -07:00
parent 3a55a4182f
commit b3f5174f00
18 changed files with 22 additions and 114 deletions

View file

@ -52,16 +52,6 @@ namespace Microsoft.DotNet.Cli
return new Muxer().MuxerPath;
}
private static string GetRuntimeConfig()
{
return Path.Combine(AppContext.BaseDirectory, "msbuild.runtimeconfig.json");
}
private static string GetDepsFile()
{
return Path.Combine(AppContext.BaseDirectory, "msbuild.deps.json");
}
private static string GetMSBuildExePath()
{
return Path.Combine(

View file

@ -29,11 +29,6 @@ namespace Microsoft.DotNet.Tools.Restore
return _forwardingApp.Execute();
}
private static string GetHostPath()
{
return new Muxer().MuxerPath;
}
private static string GetNuGetExePath()
{
return Path.Combine(