Please help me formatting as table or list view for svn log output.
$buildLatestLogs=svn log --limit 2 $Repo | Format-Table -AutoSiz
Send email code:
$body = "$buildLatestLogs"
Send-MailMessage -smtpServer $smtp -from $from -to $to -subject $subject -Body $body -BodyAsHtml
Email:
Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData
Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData
Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData
Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData
$buildLatestLogs=svn log --limit 2 $Repo | Format-Table -AutoSiz
Send email code:
$body = "$buildLatestLogs"
Send-MailMessage -smtpServer $smtp -from $from -to $to -subject $subject -Body $body -BodyAsHtml
Email:
Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData
Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData
Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData
Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData Microsoft.PowerShell.Commands.Internal.Format.FormatEntryData