| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <configuration> |
| 3 | <config> |
| 4 | <add key="defaultPushSource" value="https://pkgs.dev.azure.com/shine-oss/wsl/_packaging/WslDependencies/nuget/v3/index.json" /> |
| 5 | </config> |
| 6 | <solution> |
| 7 | <add key="disableSourceControlIntegration" value="true" /> |
| 8 | </solution> |
| 9 | <activePackageSource> |
| 10 | <add key="All" value="(Aggregate source)" /> |
| 11 | </activePackageSource> |
| 12 | <packageRestore> |
| 13 | <!-- Allow NuGet to download missing packages --> |
| 14 | <add key="enabled" value="True" /> |
| 15 | |
| 16 | <!-- Automatically check for missing packages during build in Visual Studio --> |
| 17 | <add key="automatic" value="True" /> |
| 18 | </packageRestore> |
| 19 | <packageSources> |
| 20 | <clear /> |
| 21 | <add key="WSL" value="https://pkgs.dev.azure.com/shine-oss/wsl/_packaging/WslDependencies/nuget/v3/index.json" /> |
| 22 | </packageSources> |
| 23 | <disabledPackageSources> |
| 24 | <!-- Override any User and Computer NuGet package settings to guarantee |
| 25 | Project only (above sources) are enabled and the only ones present. --> |
| 26 | <clear /> |
| 27 | </disabledPackageSources> |
| 28 | </configuration> |