Blame SOURCES/xliff-tasks-use-work-tree-with-git-apply.patch

2e7fc5
--- a/eng/SourceBuild.props
2e7fc5
+++ b/eng/SourceBuild.props
2e7fc5
@@ -15,7 +15,7 @@
2e7fc5
     </ItemGroup>
2e7fc5
 
2e7fc5
     
2e7fc5
-      Command="git apply --ignore-whitespace --whitespace=nowarn "%(SourceBuildPatchFile.FullPath)""
2e7fc5
+      Command="git --work-tree="$(RepoRoot)" apply --ignore-whitespace --whitespace=nowarn "%(SourceBuildPatchFile.FullPath)""
2e7fc5
       WorkingDirectory="$(RepoRoot)"
2e7fc5
       Condition="'@(SourceBuildPatchFile)' != ''" />
2e7fc5
   </Target>