Skip to content

Commit

Permalink
Add Public NuGet Feed to Support Developers Without Private Feed Acce…
Browse files Browse the repository at this point in the history
…ss (#393) (#396)

* change feed

* add internal back

* update the order

* remove internal one

* update the template

* add comments back

* remove another one
  • Loading branch information
lei9444 authored Dec 5, 2024
1 parent 8e5af64 commit d5d0518
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Samples/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
</packageRestore>
<packageSources>
<clear />
<!--
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" />
<!-- publicly accessible NuGet feed -->
<add key="WinAppSDK-SampleDeps"
value="https://pkgs.dev.azure.com/shine-oss/WinAppSDK-Samples/_packaging/WinAppSDK-SampleDeps/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 d5d0518

Please sign in to comment.