When we run GitVersion 3.0.0-Beta1 on TeamCity, it clones parts of the repository to "_dynamicrepository" using GitPreparer.Prepare. When finished, this method returns the path to the prepared repository (i.e. "_dynamicrepository.git") and sets "_dynamicrepository" as working directory.
Now when the command line switch /exec is set, GitVersion executes the exe in the dynamic repository instead of the original repository as we would have expected. That then destroys some relative paths we are working with in the supplied exe file.
Can you confirm this or are we doing something wrong here?