Skip to content

Commit b29958d

Browse files
authored
Merge branch 'master' into trigger-enum-parse
2 parents e225318 + 6174710 commit b29958d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nuget.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<clear />
45
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
56
<add key="AzureLatest" value="https://pkgs.dev.azure.com/dotnet/WindowsCommunityToolkit/_packaging/WindowsCommunityToolkit-MainLatest/nuget/v3/index.json" protocolVersion="3" />
67
<add key="MUX-Shared" value="https://pkgs.dev.azure.com/ms/microsoft-ui-xaml/_packaging/MUX-Shared/nuget/v3/index.json" />
78
</packageSources>
9+
<disabledPackageSources>
10+
<clear />
11+
</disabledPackageSources>
812
</configuration>

0 commit comments

Comments
 (0)