ProjectCachePluginBase.EndBuildAsync(PluginLoggerBase, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- logger
- PluginLoggerBase
- cancellationToken
- CancellationToken