BuildInfoExtensions Class

Definition

public ref class BuildInfoExtensions abstract sealed
public static class BuildInfoExtensions
type BuildInfoExtensions = class
Public Module BuildInfoExtensions
Inheritance
BuildInfoExtensions

Methods

AppendSymbols(IBuildInfo, IEnumerable<String>)

Append symbols to the end of the IBuildInfo's BuildSymbols.

AppendSymbols(IBuildInfo, String[])

Append symbols to the end of the IBuildInfo'sBuildSymbols.

AppendWithoutConfigurationSymbols(IBuildInfo, String)

Appends the IBuildInfo's BuildSymbols without including debug, release or master.

GetGroup(BuildTarget)

Gets the BuildTargetGroup for the IBuildInfo's BuildTarget

HasAnySymbols(IBuildInfo, IEnumerable<String>)

Does the IBuildInfo contain any of the provided symbols in the BuildSymbols?

HasAnySymbols(IBuildInfo, String[])

Does the IBuildInfo contain any of the provided symbols in the BuildSymbols?

HasConfigurationSymbol(IBuildInfo)

Checks if the IBuildInfo has any configuration symbols (i.e. debug, release, or master).

RemoveSymbols(IBuildInfo, IEnumerable<String>)

Remove symbols from the IBuildInfo's BuildSymbols.

Applies to