fix(nuget): 删除gitea源中多余的包模式
Some checks failed
Build and Push Docker / build (push) Failing after 42m58s

- 移除packageSourceMapping中gitea源下的"NetCorePal.*"包模式
- 保留"Fengling.*"包模式配置
- 保证NuGet.Config配置的准确性和简洁性
This commit is contained in:
movingsam 2026-03-01 15:21:10 +08:00
parent f163d6c92a
commit 7c9409b858

View File

@ -7,7 +7,6 @@
</packageSources>
<packageSourceMapping>
<packageSource key="gitea">
<package pattern="NetCorePal.*" />
<package pattern="Fengling.*" />
</packageSource>
<packageSource key="nuget.org">