Make desktop publishing "half-portable" by default

This commit is contained in:
Pavel Krymets 2016-04-08 08:51:51 -07:00 committed by Andrew Stanton-Nurse
parent 6184943910
commit 2d3a1fd177
22 changed files with 256 additions and 49 deletions

View file

@ -245,7 +245,6 @@ namespace Microsoft.DotNet.Cli.Build
Rmdir(Path.Combine(Dirs.NuGetPackages, ".tools", packageProject.Name));
}
}
return c.Success();
}