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 ba29b02 commit b73d7baCopy full SHA for b73d7ba
Samples/nuget.config
@@ -9,7 +9,11 @@
9
</packageRestore>
10
<packageSources>
11
<clear />
12
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
+ <!--
13
+ Resort to using this direct reference to nuget.org in case of no access to the internal feed below.
14
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
15
+ -->
16
+ <add key="ProjectReunion internal" value="https://microsoft.pkgs.visualstudio.com/ProjectReunion/_packaging/Project.Reunion.nuget.internal/nuget/v3/index.json" />
17
18
<!-- a local directory to allow testing nupkg files without pushing to a remote feed -->
19
<add key="localpackages" value="localpackages" />
0 commit comments