Skip to content

Commit

Permalink
Add PullRequests package source to nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Dec 20, 2024
1 parent a58a89a commit 5dfb1b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/config/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="PullRequests" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-PullRequests/nuget/v3/index.json" protocolVersion="3" />
<add key="MainLatest" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json" protocolVersion="3" />
</packageSources>
<disabledPackageSources>
Expand Down

0 comments on commit 5dfb1b3

Please sign in to comment.