8000
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 7a96677 commit 5f5a236Copy full SHA for 5f5a236
eng/DotNetBuild.props
@@ -1,9 +1,16 @@
1
<!-- When altering this file, please include @dotnet/product-construction as a reviewer. -->
2
<Project>
3
4
- <!-- TODO: Remove when inner clone functionality is removed from ArPow SB. -->
5
<PropertyGroup>
+ <!-- TODO: Remove when inner clone functionality is removed from ArPow SB. -->
6
<UseInnerClone>false</UseInnerClone>
7
</PropertyGroup>
8
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
+
16
</Project>
0 commit comments