Skip to content
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
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

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?

---
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">