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

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