Skip to content

Commit 6174710

Browse files
author
msftbot[bot]
authored
Update nuget.config for best practices (#3677)
Following new guidance on best practices, this shouldn't effect anything, so if the CI runs we should be all good. ## PR Type What kind of change does this PR introduce? <!-- Please uncomment one or more that apply to this PR. --> <!-- - Bugfix --> <!-- - Feature --> <!-- - Code style update (formatting) --> - Refactoring (no functional changes, no api changes) <!-- - Build or CI related changes --> <!-- - Documentation content changes --> <!-- - Sample app changes --> <!-- - Other... Please describe: -->
2 parents 147000a + ecf2a87 commit 6174710

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)