This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Openshift.
Summary
Gets or sets a value indicating whether to wait for a build to complete and exit with a non-zero return code if the build fails.
- Assembly
- Cake
.Openshift .dll - Namespace
- Cake
.Openshift .StartBuild - Containing Type
- Openshift
Build Starter Settings
Syntax
public bool Wait { get; set; }
Value
Type | Description |
---|---|
bool |
true to wait for a build to complete and exit with a non-zero return code if the build fails; otherwise, false .
|