VSTestSettingsExtensions.

WithAppVeyorLogger(VSTestSettings) Method

Summary

Log to the AppVeyor logger (which is only available when building your solution on the AppVeyor platform).

Syntax

public static VSTestSettings WithAppVeyorLogger(this VSTestSettings settings)

Parameters

Name Type Description
settings VSTestSettings The settings.

Return Value

Type Description
VSTestSettings The same VSTestSettings instance so that multiple calls can be chained.