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

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