Interface IDeploymentDefinitionItem
Information regarding a deployment definition
Inherited Members
Namespace: Unity.Services.DeploymentApi.Editor
Assembly: Unity.Services.DeploymentApi.dll
Syntax
public interface IDeploymentDefinitionItem : ICompositeItem, IDeploymentItem, INotifyPropertyChanged
Properties
ExcludePaths
The paths excluded by the DeploymentDefinition
Declaration
IReadOnlyList<string> ExcludePaths { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<string> |