Merge pull request #8422 from peterhuene/fix-source-option
Fix source option for install command.
This commit is contained in:
commit
5c35438cfe
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ namespace Microsoft.DotNet.Tools.Install.Tool
|
|||
packageId: _packageId,
|
||||
packageVersion: _packageVersion,
|
||||
nugetconfig: configFile,
|
||||
targetframework: _framework);
|
||||
targetframework: _framework,
|
||||
source: _source);
|
||||
}
|
||||
catch (PackageObtainException ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue