All types
|
All members
RT.PostBuild
RT.PostBuild
IPost
Build
Reporter
Post
Build
Checker
RunPostBuildChecks
(
source
Path
,
assemblies
)
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
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)