You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
581 B
16 lines
581 B
{
|
|
"$schema": "https://json-schema.bytedance.net/rush-plugins/rush-build-cache-plugin-options.schema.json",
|
|
"key": "Wek6C-xcBtNNroagxV305NFAcmXOriQRps64",
|
|
"envList": [
|
|
// BUILD_TYPE in SCM should be offline, test, online [Witty]
|
|
"BUILD_TYPE",
|
|
// When building bot studio, it needs to be packaged according to the region environment
|
|
"REGION",
|
|
// Used to differentiate inhouse/release environments
|
|
"CUSTOM_VERSION",
|
|
"CI",
|
|
"CI_LIGHTING",
|
|
// Coze cli builds need to differentiate between inhouse/release environments
|
|
"PUBLIC_INHOUSE"
|
|
]
|
|
}
|
|
|