AppVeyorProviderAddMessageExtensions.

AddInformationalMessage(IAppVeyorProvider, string, object[]) Method

Summary

Adds an informational message to the AppVeyor build log.

Syntax

public static void AddInformationalMessage(this IAppVeyorProvider provider, string format, params object[] args)

Parameters

Name Type Description
provider IAppVeyorProvider The AppVeyor provider.
format string The message.
args object[] The args.

Return Value

Type Description
void