70084bd849
Resolves: RHBZ#1986211
12 lines
470 B
Diff
12 lines
470 B
Diff
--- a/eng/SourceBuild.props
|
|
+++ b/eng/SourceBuild.props
|
|
@@ -15,7 +15,7 @@
|
|
</ItemGroup>
|
|
|
|
<Exec
|
|
- Command="git apply --ignore-whitespace --whitespace=nowarn "%(SourceBuildPatchFile.FullPath)""
|
|
+ Command="git --work-tree="$(RepoRoot)" apply --ignore-whitespace --whitespace=nowarn "%(SourceBuildPatchFile.FullPath)""
|
|
WorkingDirectory="$(RepoRoot)"
|
|
Condition="'@(SourceBuildPatchFile)' != ''" />
|
|
</Target>
|