Method GetBuildResult
GetBuildResult(BuildConfiguration)
Get the last build result from building the build configuration specified.
Declaration
public static BuildResult GetBuildResult(BuildConfiguration config)
Parameters
| Type | Name | Description | 
|---|---|---|
| BuildConfiguration | config | The build configuration that was used to store the build artifact.  | 
    
Returns
| Type | Description | 
|---|---|
| BuildResult | The build result if found, null otherwise.  |