Home > @microsoft/rush-lib > ICobuildContext > contextId
ICobuildContext.contextId property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The contextId is provided by the monorepo maintainer, it reads from environment variable . It ensure only the builds from the same given contextId cooperated.
Signature:
contextId: string;