PR Feedback
This commit is contained in:
parent
3a55a4182f
commit
b3f5174f00
18 changed files with 22 additions and 114 deletions
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue