Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 772 Bytes

File metadata and controls

21 lines (15 loc) · 772 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > RushConfiguration > currentVariantJsonFilePath

RushConfiguration.currentVariantJsonFilePath property

The filename of the variant dependency data file. By default this is called 'current-variant.json' and resides in the Rush common folder. Its data structure is defined by ICurrentVariantJson.

Example: C:\MyRepo\common\temp\current-variant.json

Signature:

readonly currentVariantJsonFilePath: string;