Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Logging in PowerShell script like as MSBuild format

$
0
0

Ah I am not a developer so I have no idea what you are saying when you say MSBuild.

It looks a lot like XML so you may be able to play with the ConvertTo-Xml or Export-Clixml CMDLETs to make it work. Otherwise you would have to write your own format function to format table output into this XML Like “MSBuild” format. Sorry I missed that point.

This may also help http://stackoverflow.com/questions/869278/how-to-invoke-msbuild-from-powershell-using-operator or http://www.verious.com/article/invoke-ms-build-powershell-module/

-VERN


Viewing all articles
Browse latest Browse all 13067

Trending Articles