YamlProcess Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a YAML process.
[System.Runtime.Serialization.DataContract]
public class YamlProcess : Microsoft.TeamFoundation.Build.WebApi.BuildProcess
type YamlProcess = class
inherit BuildProcess
Public Class YamlProcess
Inherits BuildProcess
- Inheritance
- Attributes
Constructors
YamlProcess() |
Properties
Errors |
The list of errors encountered when reading the YAML definition. |
Resources |
The resources used by the build definition. |
Type |
The type of the process. (Inherited from BuildProcess) |
YamlFilename |
The YAML filename. |