TFS 2015 Gated check-in failed due to missing mapping
问题 Our code sits in one TFS project, and we have multiple other projects that contain data: $/ - $/Code - $/Data1 - $/Data2 We have defined a gated check-in build to run on each check-in to $/Code. We don't care about each individual project's data for that matter, since we only want to build the shared $/Code project. The problem is that when a user checks-in a code change together with data change, i.e. alters both $/Code and $/Data1, the build fails because we don't have mapping for $/Data1