ProjectCachePluginBase.EndBuildAsync(PluginLoggerBase, CancellationToken) Method

Definition

Called once after all the build to let the plugin do any post build operations (log metrics, cleanup, etc). Errors are checked via HasLoggedErrors.

public:
 abstract System::Threading::Tasks::Task ^ EndBuildAsync(Microsoft::Build::Experimental::ProjectCache::PluginLoggerBase ^ logger, System::Threading::CancellationToken cancellationToken);
public abstract System.Threading.Tasks.Task EndBuildAsync (Microsoft.Build.Experimental.ProjectCache.PluginLoggerBase logger, System.Threading.CancellationToken cancellationToken);
abstract member EndBuildAsync : Microsoft.Build.Experimental.ProjectCache.PluginLoggerBase * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public MustOverride Function EndBuildAsync (logger As PluginLoggerBase, cancellationToken As CancellationToken) As Task

Parameters

cancellationToken
CancellationToken

Returns

Task

Applies to