All types
|
All members
RT.PostBuild
RT.PostBuild
IPost
Build
Reporter
Post
Build
Checker
RunPostBuildChecks
(
source
Path
,
assemblies
)
PuzzleSolvers
RT.CommandLine
RT.Coordinates
RT.Geometry
RT.Json
RT.Lingo.Base
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.Util.Core
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Static class:
RT.PostBuild.
PostBuildChecker
Assembly:
RT.PostBuild, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
Namespace:
RT.PostBuild
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)