Skip to content

Commit

Permalink
Rename SourceBuildUseMonoRuntime property, which is not SB specific (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
directhex authored Oct 23, 2024
1 parent a4a889e commit d8acb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/DotNetBuild.props
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
BeforeTargets="GetSourceBuildCommandConfiguration">

<PropertyGroup>
<InnerBuildArgs Condition="'$(SourceBuildUseMonoRuntime)' == 'true'">$(InnerBuildArgs) /p:CrossgenOutput=false</InnerBuildArgs>
<InnerBuildArgs Condition="'$(DotNetBuildUseMonoRuntime)' == 'true'">$(InnerBuildArgs) /p:CrossgenOutput=false</InnerBuildArgs>
</PropertyGroup>
</Target>

Expand Down

0 comments on commit d8acb6d

Please sign in to comment.