From 442881a0ae8a3a4f466a875c1ebae70bda5e6040 Mon Sep 17 00:00:00 2001 From: Qi Pan <43341456+Pan-Qi@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:42:29 +1100 Subject: [PATCH] Fix export format --- .../resources/psruntime/BuildTime/Cmdlets/ExportFormatPs1xml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell/resources/psruntime/BuildTime/Cmdlets/ExportFormatPs1xml.cs b/powershell/resources/psruntime/BuildTime/Cmdlets/ExportFormatPs1xml.cs index e974093cbaf..84cfbbfe4d8 100644 --- a/powershell/resources/psruntime/BuildTime/Cmdlets/ExportFormatPs1xml.cs +++ b/powershell/resources/psruntime/BuildTime/Cmdlets/ExportFormatPs1xml.cs @@ -25,7 +25,7 @@ public class ExportFormatPs1xml : PSCmdlet private static readonly bool IsAzure = Convert.ToBoolean(@"${$project.azure}"); - private static string SelectedBySuffix = @"${$project.autoSwitchView? "#Multiple" : ""}"; + private static string SelectedBySuffix = @"${$project.autoSwitchView? ""#Multiple"" : """"}"; protected override void ProcessRecord() {