Skip to content

dotnet: ignore nuget source during tool install#2631

Closed
rkm wants to merge 1 commit intopre-commit:fix-cifrom
rkm:fix/dotnet-nuget-config
Closed

dotnet: ignore nuget source during tool install#2631
rkm wants to merge 1 commit intopre-commit:fix-cifrom
rkm:fix/dotnet-nuget-config

Conversation

@rkm
Copy link
Copy Markdown
Contributor

@rkm rkm commented Dec 6, 2022

Removes nuget.org from the default lookup configuration so package resolution is performed against the local build_dir only.

This fixes an issue where dotnet attempts to install unwanted packages or older versions, as nuget.org has higher precedence than the specified sources.

@rkm
Copy link
Copy Markdown
Contributor Author

rkm commented Dec 6, 2022

Seems to be 2 unrelated CI failures here:

  • Swift install failing
  • Coverage failing on rust hooks

@asottile asottile changed the base branch from main to fix-ci December 6, 2022 18:48
@asottile asottile deleted the branch pre-commit:fix-ci December 12, 2022 18:02
@asottile asottile closed this Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants