I’ve read MSBuild Command-Line Reference at MSDN (the /logger parameter), but it is absolutely not clear enough. I need a list of available arguments for file logger.
I’ve read MSBuild Command-Line Reference at MSDN (the /logger parameter), but it is absolutely
Share
Here are the parameters for MSBuild 3.5
Default value is false.
Default value is the default encoding for the system.
Default value is msbuild.log.
Default value is Normal for 2.0 and Detailed for 3.5.
I took this from my book Inside the Microsoft Build Engine : Using MSBuild and Team Foundation Build.