We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dd54d commit 394263eCopy full SHA for 394263e
1 file changed
.github/workflows/config/nuget.config
@@ -2,6 +2,8 @@
2
<packageSources>
3
<clear />
4
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5
+ <add key="MainLatest" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json" protocolVersion="3" />
6
+ <add key="PullRequests" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-PullRequests/nuget/v3/index.json" protocolVersion="3" />
7
</packageSources>
8
<disabledPackageSources>
9
0 commit comments