Home > @rushstack/rig-package > IRigConfigJson > rigProfile
IRigConfigJson.rigProfile property
Specify which rig profile to use from the rig package.
Signature:
rigProfile?: string;
Remarks
The name must consist of lowercase alphanumeric words separated by hyphens, for example "sample-profile"
. If the "rigProfile"
is not specified, then the profile name "default"
will be used.
Example: example-profile