Skip to content

Commit 9ecef8c

Browse files
Rename SourceBuildUseMonoRuntime property, which is not SB specific (#108145)
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 Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
1 parent 9b10a46 commit 9ecef8c

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
@@ -54,7 +54,7 @@
5454
<InnerBuildArgs>$(InnerBuildArgs) $(FlagParameterPrefix)verbosity $(LogVerbosity)</InnerBuildArgs>
5555
<InnerBuildArgs>$(InnerBuildArgs) $(FlagParameterPrefix)nodereuse $(ArcadeFalseBoolBuildArg)</InnerBuildArgs>
5656
<InnerBuildArgs>$(InnerBuildArgs) $(FlagParameterPrefix)warnAsError $(ArcadeFalseBoolBuildArg)</InnerBuildArgs>
57-
<InnerBuildArgs Condition="'$(SourceBuildUseMonoRuntime)' == 'true'">$(InnerBuildArgs) $(FlagParameterPrefix)usemonoruntime</InnerBuildArgs>
57+
<InnerBuildArgs Condition="'$(DotNetBuildUseMonoRuntime)' == 'true'">$(InnerBuildArgs) $(FlagParameterPrefix)usemonoruntime</InnerBuildArgs>
5858
<!-- TODO: This parameter is only available on the Unix script. Intentional? -->
5959
<InnerBuildArgs Condition="'$(OS)' != 'Windows_NT'">$(InnerBuildArgs) --outputrid $(TargetRid)</InnerBuildArgs>
6060
<!-- PackageOS and ToolsOS control the rids of prebuilts consumed by the build.

0 commit comments

Comments
 (0)