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

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