We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran into an issue which I thought was a NuGet bug: microsoft/azure-pipelines-tasks#8875
But the NuGet team says it's by design and the ILSpy repo should explicitly specify nuget.org in your NuGet.config.
Should probably just add
<add key="Nuget Official" value="https://api.nuget.org/v3/index.json" />
as a package source.
The text was updated successfully, but these errors were encountered:
Fix #1334: NuGet.config should explicitly specify the NuGet.org feed
f8484bd
dcac0bd
No branches or pull requests
I ran into an issue which I thought was a NuGet bug:
microsoft/azure-pipelines-tasks#8875
But the NuGet team says it's by design and the ILSpy repo should explicitly specify nuget.org in your NuGet.config.
Should probably just add
as a package source.
The text was updated successfully, but these errors were encountered: