You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then further refine this into a common abstraction that can be agnostic of build system and can report messages specific to the current build environment (teamcity system messages, appveyor messages):
Add the ability to send messages to the AppVeyor build log via the:
appveyor AddMessage
command.This could then be used to push specific messages (info, warning and error) to the separate AppVeyor messages tab for a build.
I would like to be able to combine this with the TaskSetup and TaskTeardown methods to log build script progress:
Then further refine this into a common abstraction that can be agnostic of build system and can report messages specific to the current build environment (teamcity system messages, appveyor messages):
The text was updated successfully, but these errors were encountered: