Forum: [VBP] Third Party Tools
02-24-2012, 01:11 AM
|
Replies: 12
Views: 38,208
How do I redirect MSBuild's output to file?
I need to log the output of MSBuild action to a plain text file. If a compilation fail, I will send the file by email.
If I did it in command line, I would write something like:
MSBuild project.sln...
|
Forum: [VBP] General Discussion
11-19-2010, 03:19 PM
|
Replies: 3
Views: 11,843
|
Forum: [VBP] General Discussion
11-19-2010, 10:05 AM
|
Replies: 3
Views: 11,843
Output to console and log file
Hello!
I use VisBuildCmd to execute my scripts. And I want to send some information (such as 'MyAPP.exe was compiled') to console and all other output (all that Visual Build Professional usually...
|