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() {