fix process handling on unix

This commit is contained in:
Matthew Parker [SSW]
2025-10-25 17:14:44 +10:00
parent fa7d40e30c
commit c4dcbe6be5
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="localnugettest" value="C:\Users\Matthew\AppData\Roaming\LocalNuget" />
<!-- <add key="localnugettest" value="C:\Users\Matthew\AppData\Roaming\LocalNuget" /> -->
<add key="roslyn-compiler" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="ide-services" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />