ports/shells/powershell/files/patch-nuget.config
Gleb Popov 1a37ab5e60 shells/powershell: Microsoft's shell with support for .NET objects
Co-authored-by:	Felix Palmen <zirias@FreeBSD.org>
Co-authored-by:	Szczepan Ćwikliński <sec@thinkcode.pl>
2025-02-21 21:01:54 +03:00

15 lines
565 B
Text

diff --git a/nuget.config.orig b/nuget.config
index 388a65572dd1..7a6c69b95096 100644
--- nuget.config.orig
+++ nuget.config
@@ -2,7 +2,9 @@
<configuration>
<packageSources>
<clear />
- <add key="powershell" value="https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/PowerShell/nuget/v3/index.json" />
+ <add key="a" value="%%LOCALBASE%%/share/dotnet/library-packs" />
+ <add key="b" value="%%LOCALBASE%%/share/dotnet/packs" />
+ <add key="c" value="%%NUGET_DISTDIR%%" />
</packageSources>
<disabledPackageSources>
<clear />