Add install tool command (#8132)
* compose all the parts * Fix on obtain and shim maker for better end to end experience * Fix error when there is space in the middle of path of nuget config * Fix path in profile.d is the tmp home path during install * better handle of ~home * remove profile.d file in uninstall script * Fix test since it looks up current directory * folder structure inside nupkg to tools/TFM/RID/mytool.dll * Add check for config file existence * Rename name space to Microsoft.DotNet.ShellShim * Rename name space to Microsoft.DotNet.ToolPackage
This commit is contained in:
parent
ea74bf1614
commit
55f62d9d64
55 changed files with 587 additions and 204 deletions
|
@ -11,7 +11,7 @@ using Microsoft.DotNet.Cli.Telemetry;
|
|||
using Microsoft.DotNet.Cli.Utils;
|
||||
using Microsoft.DotNet.Configurer;
|
||||
using Microsoft.DotNet.PlatformAbstractions;
|
||||
using Microsoft.DotNet.ShellShimMaker;
|
||||
using Microsoft.DotNet.ShellShim;
|
||||
using Microsoft.DotNet.Tools.Help;
|
||||
using Microsoft.Extensions.EnvironmentAbstractions;
|
||||
using NuGet.Frameworks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue