We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20df11a commit 8b914edCopy full SHA for 8b914ed
nuget.config
@@ -5,15 +5,13 @@
5
<config>
6
<!--<add key="defaultPushSource" value="https://contoso.com/packages/" />-->
7
</config>
8
-
9
<!-- Define the package sources, nuget.org and contoso.com. -->
10
<!-- `clear` ensures no additional sources are inherited from another config file. -->
11
<packageSources>
12
<clear />
13
<!-- `key` can be any identifier for your source. -->
14
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
15
</packageSources>
16
17
<!-- Define mappings by adding package patterns beneath the target source. -->
18
<!-- Contoso.* packages and NuGet.Common will be restored from contoso.com, everything else from nuget.org. -->
19
<packageSourceMapping>
0 commit comments