From ee75866ec5d5a480914894438c2b3beb908bfb6d Mon Sep 17 00:00:00 2001 From: "Dr.Abc" Date: Sun, 1 Sep 2024 15:03:35 +0800 Subject: [PATCH] 1 --- scripts/publish-all.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-all.ps1 b/scripts/publish-all.ps1 index 219b3ef..dcb41bd 100644 --- a/scripts/publish-all.ps1 +++ b/scripts/publish-all.ps1 @@ -20,7 +20,7 @@ if (Test-Path -Path ".\build" -PathType Container) { New-Item ".\build" -ItemType "directory" &"dotnet" "publish" $callparam -Copy-Item -Path @("build") -Destination ".." -Recurse -Exclude "*.pdb" -Force +Remove-Item ".\build\*.pdb" -Force switch ($os) {