Merge pull request #8422 from peterhuene/fix-source-option

Fix source option for install command.
This commit is contained in:
Peter Huene 2018-01-17 21:42:26 -08:00 committed by GitHub
commit 5c35438cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
{