Method OnClean
OnClean(CleanContext)
Provides implementation to clean files produced by the build of this build pipeline corresponding to the specified build configuration.
Declaration
protected override CleanResult OnClean(CleanContext context)
Parameters
| Type | Name | Description | 
|---|---|---|
| CleanContext | context | The clean context for the scope of the clean operation.  | 
    
Returns
| Type | Description | 
|---|---|
| CleanResult | A result describing if clean is successful or not  |