For some audit reason I need to generate the list of files in TFS used for a build.
From the IBuildServer.QueryBuilds I'm able to get the list of builds.
From that list the only Workspace mappings I found is the one in the BuildDefinition.Workspace.Mappings
The problem is that one is the latest mappings for the build definition.
Is there a way to get the mappings as it was when the build run?