-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove auditSources section #42706
Merged
NikolaMilosavljevic
merged 1 commit into
dotnet:main
from
NikolaMilosavljevic:patch.nuget.client
Aug 13, 2024
Merged
Remove auditSources section #42706
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
src/SourceBuild/patches/nuget-client/0001-Remove-auditSources-section.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Nikola Milosavljevic <nikolam@microsoft.com> | ||
Date: Tue, 13 Aug 2024 18:57:27 +0000 | ||
Subject: [PATCH] Remove auditSources section | ||
|
||
Tracking: https://github.com/dotnet/source-build/issues/4548 | ||
--- | ||
NuGet.Config | 4 ---- | ||
1 file changed, 4 deletions(-) | ||
|
||
diff --git a/NuGet.Config b/NuGet.Config | ||
index ca0754e53..b9ab3662d 100644 | ||
--- a/NuGet.Config | ||
+++ b/NuGet.Config | ||
@@ -9,10 +9,6 @@ | ||
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" /> | ||
<add key="vside" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption%40Local/nuget/v3/index.json" /> | ||
</packageSources> | ||
- <auditSources> | ||
- <clear /> | ||
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> | ||
- </auditSources> | ||
<packageSourceMapping> | ||
<clear /> | ||
<packageSource key = "dotnet-public"> |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For future reference the convention is
Backport:
as documented in the patch guidance. Also the referenced issue/PR should track the work to remove the patch. This issue was just closed by this PR. What issue is tracking the long term fix?