mirror of
https://abf.rosa.ru/djam/dotnet6.0.git
synced 2025-02-23 14:12:58 +00:00
11 lines
470 B
Diff
11 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>
|