Skip to content

Commit

Permalink
Add fix for install package bug (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Aug 15, 2019
1 parent 79f6b79 commit 9c50a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NugetLightRequest.cs
Expand Up @@ -1313,6 +1313,7 @@ internal IEnumerable<PackageSource> SelectedSources
string queryBase = (Regex.Match(srcUri.AbsoluteUri, @"((\S*pkgs.dev.azure.com\S*/v2)|(\S*pkgs.visualstudio.com\S*/v2))")).ToString();
if (!queryBase.IsNullOrEmpty())
{
this.suppressCredentialProvider = false;
isValidated = NuGetPathUtility.ValidateSourceUri(SupportedSchemes, srcUri, this);
}
else
Expand Down

0 comments on commit 9c50a45

Please sign in to comment.