BuildInfoExtensions 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.
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. |