chore(publish): 禁用单文件发布的调试符号

This commit is contained in:
Scottxjw
2026-08-17 13:39:24 +08:00
parent b0b55c0d4e
commit 3951606cfa

View File

@@ -70,6 +70,8 @@ $CommonPublishArgs = @(
"--nologo"
"-p:PublishSingleFile=true"
"-p:IncludeNativeLibrariesForSelfExtract=true"
"-p:DebugType=none"
"-p:DebugSymbols=false"
)
# ── 1) Framework-Dependent不含运行时─────────────────────────────────────────