We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e020f17 commit 43be769Copy full SHA for 43be769
eng/SourceBuild.props
@@ -15,7 +15,7 @@
15
</ItemGroup>
16
17
<Exec
18
- Command="git apply --ignore-whitespace --whitespace=nowarn "%(SourceBuildPatchFile.FullPath)""
+ Command="git --work-tree=$(RepoRoot) apply --ignore-whitespace --whitespace=nowarn "%(SourceBuildPatchFile.FullPath)""
19
WorkingDirectory="$(RepoRoot)"
20
Condition="'@(SourceBuildPatchFile)' != ''" />
21
</Target>
0 commit comments