8000 fix · dotnet/source-build-externals@5f5a236 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f5a236

Browse files
committed
fix
1 parent 7a96677 commit 5f5a236

File tree

1 file changed

+8
-1
lines changed
8000

1 file changed

+8
-1
lines changed

eng/DotNetBuild.props

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
<!-- When altering this file, please include @dotnet/product-construction as a reviewer. -->
22
<Project>
33

4-
<!-- TODO: Remove when inner clone functionality is removed from ArPow SB. -->
54
<PropertyGroup>
5+
<!-- TODO: Remove when inner clone functionality is removed from ArPow SB. -->
66
<UseInnerClone>false</UseInnerClone>
77
</PropertyGroup>
88

9+
<!-- TODO: Remove when https://github.com/dotnet/dotnet/pull/176 is merged and consumed. -->
10+
<Target Name="UpdateWritePrebuiltData" BeforeTargets="WritePrebuiltData">
11+
<PropertyGroup>
12+
<SourceBuildOutputDir>$(RepoRoot)</SourceBuildOutputDir>
13+
</PropertyGroup>
14+
</Target>
15+
916
</Project>

0 commit comments

Comments
 (0)
0