Closed
Description
There are multiple issues associated with the current approach, where we build the Razor SDK on the fly, when we try to test it.
One of the main problems is that this results in some files to be locked and eventually failing any subsequent builds.
Note: this problem happens only during local development.
It doesn't happen on CI builds as we don't do incremental builds. We just run multiple distinct builds with different target architectures.