Are baselines created before of after a public build?
Accepted answer
The snapshot is created before the build starts so that it's an accurate representation of what was built (ie. stream was changed during the build).
When a snapshot is created, baselines are created for components that don't have a baseline describing the current configuration. So no, it only creates a baseline if necessary. That said, there was a change for 4.0.1 that allows a user to force baseline creation when creating a snapshot.
When a snapshot is created, baselines are created for components that don't have a baseline describing the current configuration. So no, it only creates a baseline if necessary. That said, there was a change for 4.0.1 that allows a user to force baseline creation when creating a snapshot.