forked from dotnet/roslyn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NuGet.config
45 lines (43 loc) · 3.85 KB
/
NuGet.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<configuration>
<packageSources>
<clear />
<!-- <Metalama> -->
<!-- NuGet.org added to avoid delays of upstream fetching of the MetalamaCompilerDependencies feed.
Upstream sources on Azure DevOps are not used, because new versions of packages appear with dozens of minutes of delay,
and it is not possible to have other source than nuget.org. See https://developercommunity.visualstudio.com/t/custom-public-upstream-sources-in-nuget-package-ma/366068. -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<!-- MetalamaCompilerDependencies feed caches all the above feeds to avoid losing dependencies of old Roslyn versions.
See docs-Metalama/Merging.md on how to add new packages to the MetalamaDepencies feed. -->
<add key="MetalamaCompilerDependencies" value="https://pkgs.dev.azure.com/postsharp/Metalama-Public/_packaging/MetalamaCompilerDependencies/nuget/v3/index.json" />
<!-- </Metalama> -->
<!-- <Metalama> -->
<!-- The original Roslyn package sources are disabled, because packages required by older branches are getting removed from them.
We use the MetalamaCompilerDependencies feed above instead.
See docs-Metalama/Merging.md on how to add new packages to the MetalamaDepencies feed. -->
<!--
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
<add key="dotnet7-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json" />
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
<add key="vssdk" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
<add key="vssdk-archived" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk-archived/nuget/v3/index.json" />
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
<add key="vs-impl-archived" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl-archived/nuget/v3/index.json" />
<add key="vs-buildservices" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
-->
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>