BuildMaster Action Details

Add Component License Action

The Add Component License action is used to add or modify a licenses.licx file. Described here, these files list licenses for .NET components that you are using in a project.

Using this action will allow you to only include the appropriate license as part of your formal build process. This way, it isn't necessary for every developer that works on the project to have a licensed copy of the component.

Action Fields

Components

Enter the names of licensed components in this box, exactly as you would in a licenses.licx file.

Project File Masks

Each line in this box may contain a file name or a file mask that will specify the .NET project files which need licenses.
For example, entering the value *.csproj will add the specified licenses to all files in the Source Path that end with .csproj.

Search Directories Recursively

When checked, the action will search all subdirectories in the Source Path to find matches for the maskes specified in the Project File Masks field. When unchecked, only files in the root of the Source Path will be considered.