-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNuGet.config
More file actions
12 lines (12 loc) · 891 Bytes
/
NuGet.config
File metadata and controls
12 lines (12 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<configuration>
<packageSources>
<add key="My local package builds" value="artifacts" />
<add key="roslyn-analyzers" value="https://dotnet.myget.org/F/roslyn-analyzers/api/v3/index.json" />
<add key="roslyn" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="roslyn-tools" value="https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="arcade" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
</packageSources>
</configuration>