Merge Nuget changes

Fix pack
Move dotnet-nuget to NuGetForwardingApp [tests will need to be fixed]
This commit is contained in:
PiotrP 2016-08-26 17:23:33 -07:00
parent ed66c70106
commit 336ecc0e89
7 changed files with 28 additions and 87 deletions

View file

@ -11,8 +11,6 @@ namespace Microsoft.DotNet.Tools.Restore
{
public partial class RestoreCommand
{
private static readonly string DefaultRid = RuntimeEnvironmentRidExtensions.GetLegacyRestoreRuntimeIdentifier();
public static int Run(string[] args)
{
DebugHelper.HandleDebugSwitch(ref args);