From d3e91e01bee2690dd213c316203904f2ea7b2498 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Tue, 26 Mar 2024 18:15:04 -0500 Subject: [PATCH] fix log --- Scripts/post_build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index 535560b01..ee626a5a4 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -80,7 +80,7 @@ function Delete-Unused($path, $config) foreach ($i in $deleteList) { - write Deleting duplicated $i.Name with version $i.VersionInfo.FileVersion at location $i.Directory.FullName + write "Deleting duplicated $($i.Name) with version $($i.VersionInfo.FileVersion) at location $($i.Directory.FullName)" Remove-Item $i } Remove-Item -Path $target -Include "*.xml" -Recurse