You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It's good to have access the mono repo absolute root path in build/custom-command runtime as an environment variable (e.g. MBT_REPO_PATH or MBT_ROOT_PATH) just like MBT_MODULE_NAME and MBT_MODULE_VERSION
Also we can have MBT_MODULE_PATH to get the current module path (relative to root path) as well.
The text was updated successfully, but these errors were encountered:
When running the build or commands we populate two new
environment variables as below:
```
MBT_MODULE_PATH - Relative path to module
MBT_REPO_PATH - Absolute path to repository
```
The path normalisation happens in ManifestBuilder to
make it widely available for rest of the system.
Closesmbtproject#90
When running the build or commands we populate two new
environment variables as below:
```
MBT_MODULE_PATH - Relative path to module
MBT_REPO_PATH - Absolute path to repository
```
The path normalisation happens in ManifestBuilder to
make it widely available for rest of the system.
Closes#90
Hi,
It's good to have access the mono repo absolute root path in build/custom-command runtime as an environment variable (e.g. MBT_REPO_PATH or MBT_ROOT_PATH) just like MBT_MODULE_NAME and MBT_MODULE_VERSION
Also we can have MBT_MODULE_PATH to get the current module path (relative to root path) as well.
The text was updated successfully, but these errors were encountered: