Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 10a783c

Browse files
ReubenBondtjain-ms
authored andcommitted
NuGet: clear other sources
1 parent 8552d3a commit 10a783c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/NuGet.config

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<config>
4-
<add key="repositoryPath" value="packages" />
5-
</config>
63
<packageSources>
7-
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
4+
<clear />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
86
</packageSources>
9-
</configuration>
7+
<solution>
8+
<add key="disableSourceControlIntegration" value="true" />
9+
</solution>
10+
</configuration>

0 commit comments

Comments
 (0)