Skip to content

Commit 86a2549

Browse files
authored
Merge pull request #30376 from dotnet/dougbu/clear.disablement
[main] Clear disabled package sources
2 parents a512f08 + 9c4dd95 commit 86a2549

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NuGet.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313
<!-- Used for the SiteExtension 3.1 bits that are included in the 5.0 build -->
1414
<add key="dotnet31-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
1515
</packageSources>
16-
<disabledPackageSources />
16+
<disabledPackageSources>
17+
<clear />
18+
</disabledPackageSources>
1719
</configuration>

0 commit comments

Comments
 (0)