Skip to content

Commit 9c4dd95

Browse files
committed
[main] Clear disabled package sources
- remove remaining way user NuGet.config can infect builds
1 parent c8d8cfc commit 9c4dd95

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)