Skip to content

Commit 129de01

Browse files
authored
source-build: don't use crossgen when building for mono runtime. (#44842)
1 parent c3438e0 commit 129de01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/SourceBuild.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
<PropertyGroup>
5757
<InnerBuildArgs>$(InnerBuildArgs) /p:SourceBuildRuntimeIdentifier=$(TargetRuntimeIdentifier)</InnerBuildArgs>
58+
<InnerBuildArgs Condition="'$(SourceBuildUseMonoRuntime)' == 'true'">$(InnerBuildArgs) /p:CrossgenOutput=false</InnerBuildArgs>
5859
</PropertyGroup>
5960
</Target>
6061

0 commit comments

Comments
 (0)