fix(nuget): 删除gitea源中多余的包模式
Some checks failed
Build and Push Docker / build (push) Failing after 42m58s
Some checks failed
Build and Push Docker / build (push) Failing after 42m58s
- 移除packageSourceMapping中gitea源下的"NetCorePal.*"包模式 - 保留"Fengling.*"包模式配置 - 保证NuGet.Config配置的准确性和简洁性
This commit is contained in:
parent
f163d6c92a
commit
7c9409b858
@ -7,7 +7,6 @@
|
||||
</packageSources>
|
||||
<packageSourceMapping>
|
||||
<packageSource key="gitea">
|
||||
<package pattern="NetCorePal.*" />
|
||||
<package pattern="Fengling.*" />
|
||||
</packageSource>
|
||||
<packageSource key="nuget.org">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user