Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix package sources with feed- when writing packageSourceCredentials in nuget.config #8992

Conversation

satishkumaarponnusamy-zzz
Copy link
Contributor

@satishkumaarponnusamy-zzz satishkumaarponnusamy-zzz commented Dec 4, 2018

Fixes a bug in nuget.exe version 4.9.1 and dotnet core 2.1.500 where nuget.exe fails to create a tag that starts with number. With this change, 1source will be rewritten as feed-1source in source key and tag in packageSourceCredentials.

<PackageSourceCredentials>
    <1source>
    </1source>
<PackageSourceCredentials>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant