Skip to content

Commit b73d7ba

Browse files
committed
[SFI] Avoid download from nuget.org directly in the Agg pipeline (#371)
* Update nuget.config * Update nuget.config
1 parent ba29b02 commit b73d7ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Samples/nuget.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
</packageRestore>
1010
<packageSources>
1111
<clear />
12-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
12+
<!--
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" />
1317

1418
<!-- a local directory to allow testing nupkg files without pushing to a remote feed -->
1519
<add key="localpackages" value="localpackages" />

0 commit comments

Comments
 (0)