dotnet-installer/test/Microsoft.DotNet.ToolPackage.Tests
William Lee 0598e6cb70
tool-path option -- "Session tool" (#8716)
* Change to escape string via XML

* tool-path option -- "Session tool"

From the beginning design, shim and packageInstaller take package location from constructor and don't have assumption anymore. From previous discussion, tool-path will simply change global location to the one user want, and everything else is the same.

However, this "override" need to happen during the call, that means InstallToolCommand will create different shim and packageInstaller object according to the tool-path during the call instead of constructor DI.

* global package location change

* block of leading dot as command name

* Localization of tool-path option
2018-03-06 15:58:05 -08:00
..
SampleGlobalTool Pass any as rid (#8677) 2018-02-26 11:46:01 -08:00
DotnetToolSettingsGolden.xml Add install tool command (#8132) 2017-12-04 14:13:24 -08:00
DotnetToolSettingsMalformed.xml Add install tool command (#8132) 2017-12-04 14:13:24 -08:00
DotnetToolSettingsMissing.xml Add install tool command (#8132) 2017-12-04 14:13:24 -08:00
LockFileMatcherTests.cs [tools] Integrate NuGet (#8414) 2018-01-19 17:15:34 -08:00
Microsoft.DotNet.ToolPackage.Tests.csproj Pass any as rid (#8677) 2018-02-26 11:46:01 -08:00
ToolConfigurationDeserializerTests.cs tool-path option -- "Session tool" (#8716) 2018-03-06 15:58:05 -08:00
ToolPackageInstallerTests.cs Merge pull request #8691 from peterhuene/list-command 2018-03-05 16:52:40 -08:00