Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr.Abc committed Sep 1, 2024
1 parent 0ce7045 commit ee75866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-all.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit ee75866

Please sign in to comment.