Skip to content

Commit

Permalink
[SFI] Avoid download from nuget.org directly in the Agg pipeline (#371)
Browse files Browse the repository at this point in the history
* Update nuget.config

* Update nuget.config
  • Loading branch information
alexlamtest committed Aug 23, 2024
1 parent ba29b02 commit b73d7ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Samples/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
</packageRestore>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<!--
Resort to using this direct reference to nuget.org in case of no access to the internal feed below.
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
-->
<add key="ProjectReunion internal" value="https://microsoft.pkgs.visualstudio.com/ProjectReunion/_packaging/Project.Reunion.nuget.internal/nuget/v3/index.json" />

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

0 comments on commit b73d7ba

Please sign in to comment.