| Parameter | Description |
|---|---|
| buildSessionGuid | The unique session GUID of the build to look up. |
| metadataPath | When this method returns, contains the absolute path to the build metadata directory. |
bool
true if the build is tracked in the build history; otherwise false.
Attempts to get the metadata directory path for a specific build.
The metadata directory is guaranteed to exist on disk if this method returns true.
Use this to locate files written during the build, or to write additional metadata alongside the build output.