From 3505e40c7e1dfa5d318180fc55a77cad8bd52542 Mon Sep 17 00:00:00 2001 From: hjhan <18049703642@163.com> Date: Sat, 15 Aug 2026 13:38:08 +0800 Subject: [PATCH] =?UTF-8?q?build(nuget):=20=E6=96=B0=E5=A2=9E=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E7=BA=A7=20nuget.config=20=E6=B3=A8=E5=86=8C=20Nexus?= =?UTF-8?q?=20=E7=A7=81=E6=9C=89=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 仓库此前无 nuget.config,全局 NuGet.Config 仅含 nuget.org, 导致沙箱/CI/新机器 dotnet restore 因找不到 Qdp.Pricing.*、YieldChain.Core 等带 -glms 后缀私有包而 NU1101。注册 Nexus nuget-group(v3, 匿名可读) 源后 build 可在任意环境复现。 --- nuget.config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nuget.config diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..f2b6aae0 --- /dev/null +++ b/nuget.config @@ -0,0 +1,8 @@ + + + + + + + +