From a2c4dc8aee22f4b740eccfd1cdfc484a014619f3 Mon Sep 17 00:00:00 2001 From: Myself <38400384+Myself-Bloons@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:49:57 +0100 Subject: [PATCH] Fix PowerShell PostBuild failing when solution path contains spaces (#3669) Quote the $(ProjectDir) and $(TargetDir) MSBuild properties in the Copy-Item commands so that paths with spaces are handled correctly. Co-authored-by: Myselfish <38400384+Myselfish@users.noreply.github.com> --- .../ICSharpCode.Decompiler.PowerShell.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj b/ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj index 188d24b64..3807571cf 100644 --- a/ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj +++ b/ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj @@ -24,7 +24,7 @@ - - + +