In a custom build script how do I tell AppVeyor what Messages to display?

victor's Avatar

victor

24 Nov, 2014 08:10 PM

Our messages tab is blank, but the build runs and outputs messages in its log. Whether the build fails with compile errors or warnings. We are using powershell to control the build script and it calls MSBuild for the main part of the build.

Thanks

  1. Support Staff 1 Posted by Feodor Fitsner on 24 Nov, 2014 08:21 PM

    Feodor Fitsner's Avatar

    Add AppVeyor logger to build command:

    msbuild <project> /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
    
  2. 2 Posted by victor on 25 Nov, 2014 01:44 AM

    victor's Avatar

    It worked - thanks!

  3. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:50 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

 

01 Oct, 2024 04:27 PM
26 Sep, 2024 03:49 PM
26 Sep, 2024 09:02 AM
25 Sep, 2024 07:07 PM
24 Sep, 2024 08:39 PM
24 Sep, 2024 06:47 AM