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

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