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 a58a89a commit 5dfb1b3Copy full SHA for 5dfb1b3
.github/workflows/config/nuget.config
@@ -2,6 +2,7 @@
2
<packageSources>
3
<clear />
4
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5
+ <add key="PullRequests" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-PullRequests/nuget/v3/index.json" protocolVersion="3" />
6
<add key="MainLatest" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json" protocolVersion="3" />
7
</packageSources>
8
<disabledPackageSources>
0 commit comments