Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.PostBuild.PostBuildChecker

Summary

Exposes methods to run post-build checks and fail the build if the checks fail.

Static methods

int
RunPostBuildChecks(string sourcePath, params Assembly[] assemblies)
Runs all post-build checks defined in the specified assemblies. This is intended to be run as a post-build event. See remarks for details. (see also remarks)