Skip to content

Commit d8acb6d

Browse files
authored
Rename SourceBuildUseMonoRuntime property, which is not SB specific (#58035)
This is a coordinated cross-repo change, and might break the build until all four PRs are merged. The other three are: Ref: dotnet/source-build#4165
1 parent a4a889e commit d8acb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/DotNetBuild.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
BeforeTargets="GetSourceBuildCommandConfiguration">
6565

6666
<PropertyGroup>
67-
<InnerBuildArgs Condition="'$(SourceBuildUseMonoRuntime)' == 'true'">$(InnerBuildArgs) /p:CrossgenOutput=false</InnerBuildArgs>
67+
<InnerBuildArgs Condition="'$(DotNetBuildUseMonoRuntime)' == 'true'">$(InnerBuildArgs) /p:CrossgenOutput=false</InnerBuildArgs>
6868
</PropertyGroup>
6969
</Target>
7070

0 commit comments

Comments
 (0)