mirror of
https://github.com/microsoft/WSL.git
synced 2026-02-04 02:06:49 -06:00
* WSLA: Add virtiofs support for mounted Windows paths * pr feedback and clarification on removing virtiofs shares --------- Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<config>
|
|
<add key="defaultPushSource" value="https://pkgs.dev.azure.com/shine-oss/wsl/_packaging/WslDependencies/nuget/v3/index.json" />
|
|
</config>
|
|
<solution>
|
|
<add key="disableSourceControlIntegration" value="true" />
|
|
</solution>
|
|
<activePackageSource>
|
|
<add key="All" value="(Aggregate source)" />
|
|
</activePackageSource>
|
|
<packageRestore>
|
|
<!-- Allow NuGet to download missing packages -->
|
|
<add key="enabled" value="True" />
|
|
|
|
<!-- Automatically check for missing packages during build in Visual Studio -->
|
|
<add key="automatic" value="True" />
|
|
</packageRestore>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="WSL" value="https://pkgs.dev.azure.com/shine-oss/wsl/_packaging/WslDependencies/nuget/v3/index.json" />
|
|
</packageSources>
|
|
<disabledPackageSources>
|
|
<!-- Override any User and Computer NuGet package settings to guarantee
|
|
Project only (above sources) are enabled and the only ones present. -->
|
|
<clear />
|
|
</disabledPackageSources>
|
|
</configuration>
|