From d8acb6d323500368607b836843414b8e7149c53f Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Wed, 23 Oct 2024 07:04:13 -0400 Subject: [PATCH] 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: https://github.com/dotnet/source-build/issues/4165 --- eng/DotNetBuild.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/DotNetBuild.props b/eng/DotNetBuild.props index 3789017afb53..003013402b3d 100644 --- a/eng/DotNetBuild.props +++ b/eng/DotNetBuild.props @@ -64,7 +64,7 @@ BeforeTargets="GetSourceBuildCommandConfiguration"> - $(InnerBuildArgs) /p:CrossgenOutput=false + $(InnerBuildArgs) /p:CrossgenOutput=false