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

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