Skip to content

Commit 4c3cedb

Browse files
authored
Remove the vs-sdk feed as it's not required and is risky (#51745)
2 parents 5e72766 + 7198a35 commit 4c3cedb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

NuGet.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
<add key="dotnet-tools-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json" />
5858
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
5959
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
60-
<add key="vssdk" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
61-
<add key="vssdk-archived" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk-archived/nuget/v3/index.json" />
6260
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
6361
<!-- Used for Rich Navigation indexing task -->
6462
<add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />

test/TestAssets/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
66
<CheckEolTargetFramework>false</CheckEolTargetFramework>
77
<DefaultItemExcludes>$(DefaultItemExcludes);**/*.tmp</DefaultItemExcludes>
8+
<NuGetAudit>false</NuGetAudit>
89
</PropertyGroup>
910

1011
</Project>

0 commit comments

Comments
 (0)