dotnet-installer/test/Microsoft.DotNet.ToolPackage.Tests
Peter Huene b9597913dc
Fix --source-feed option for tool install and update commands.
Commit 9cc2b7cd2f regressed the `--source-feed`
option so that it no longer accepted relative paths.  Because the option is now
saved to the temp project file, any relative paths specified by the
`--source-feed` option were made relative to the temp project path and not from
the current working directory of where dotnet was run.

The fix is to use `Path.GetFullPath` of the `--source-feed` option, provided
the option specified was not an absolute URI.

Fixes #9132.
2018-04-24 20:43:14 -07:00
..
SampleGlobalTool Add xml setting version warning (#8860) 2018-03-26 12:50:09 -07:00
SampleGlobalToolWithShim consume bring your own shim(byos) (#9018) 2018-04-10 15:42:50 -07:00
DotnetToolSettingsGolden.xml Add xml setting version warning (#8860) 2018-03-26 12:50:09 -07:00
DotnetToolSettingsMajorHigherVersion.xml Add xml setting version warning (#8860) 2018-03-26 12:50:09 -07: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
DotnetToolSettingsMissingVersion.xml Add xml setting version warning (#8860) 2018-03-26 12:50:09 -07:00
LockFileMatcherTests.cs consume bring your own shim(byos) (#9018) 2018-04-10 15:42:50 -07:00
Microsoft.DotNet.ToolPackage.Tests.csproj Unblock build 2018-04-20 16:43:41 -07:00
ToolConfigurationDeserializerTests.cs Add xml setting version warning (#8860) 2018-03-26 12:50:09 -07:00
ToolPackageInstallerTests.cs Fix --source-feed option for tool install and update commands. 2018-04-24 20:43:14 -07:00
ToolPackageInstanceTests.cs consume bring your own shim(byos) (#9018) 2018-04-10 15:42:50 -07:00