Remove temporary nuget.org feed from NuGet.config#14877
Merged
mitchdenny merged 2 commits intorelease/13.2from Mar 3, 2026
Merged
Remove temporary nuget.org feed from NuGet.config#14877mitchdenny merged 2 commits intorelease/13.2from
mitchdenny merged 2 commits intorelease/13.2from
Conversation
Remove the temporary nuget-org package source and its package source mapping entries (Sigstore, Tuf, NSec.Cryptography, libsodium). These packages will be resolved from the normal internal feeds (dotnet-public, dotnet-eng) which have wildcard pattern mappings. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14877Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14877" |
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the temporary nuget-org package source and its associated package source mapping entries from the repo’s root NuGet.config, relying instead on existing internal feeds (dotnet-public, dotnet-eng) to resolve those packages.
Changes:
- Removed the
nuget-orgpackage source entry fromNuGet.config. - Removed
packageSourceMappingrules that explicitly mapped Sigstore/Tuf-related packages tonuget-org.
JamesNK
approved these changes
Mar 3, 2026
Member
|
Build is failing because of this change. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI
pushed a commit
that referenced
this pull request
Mar 10, 2026
NOTE: Merging to unblock build. * Remove temporary nuget.org feed from NuGet.config Remove the temporary nuget-org package source and its package source mapping entries (Sigstore, Tuf, NSec.Cryptography, libsodium). These packages will be resolved from the normal internal feeds (dotnet-public, dotnet-eng) which have wildcard pattern mappings. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update Sigstore and Tuf packages to 0.3.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Mitch Denny <mitch@mitchdeny.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remove the temporary
nuget-orgpackage source and its package source mapping entries (Sigstore, Tuf, NSec.Cryptography, libsodium) fromNuGet.config. These packages should be resolved from the normal internal feeds (dotnet-public,dotnet-eng) which already have wildcard*pattern mappings.The package references in
Aspire.Cli.csprojandDirectory.Packages.propsare unchanged.Fixes # (issue)
Checklist
<remarks />and<code />elements on your triple slash comments?aspire.devissue: