[nuget] Overwrite packageSourceMapping if defined system-wide
All checks were successful
/ unit-tests (push) Successful in 42s
/ build-and-push (push) Successful in 2m7s

This commit is contained in:
Laura Hausmann 2024-04-06 18:51:57 +02:00
parent d9aebee1fc
commit 3286952130
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -6,6 +6,7 @@
<add key="iceshrimp.dev" value="https://iceshrimp.dev/api/packages/iceshrimp/nuget/index.json" />
</packageSources>
<packageSourceMapping>
<clear />
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>