We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da45ac commit 298f87aCopy full SHA for 298f87a
eng/DotNetBuild.props
@@ -64,7 +64,7 @@
64
BeforeTargets="GetSourceBuildCommandConfiguration">
65
66
<PropertyGroup>
67
- <InnerBuildArgs Condition="'$(SourceBuildUseMonoRuntime)' == 'true'">$(InnerBuildArgs) /p:CrossgenOutput=false</InnerBuildArgs>
+ <InnerBuildArgs Condition="'$(DotNetBuildUseMonoRuntime)' == 'true'">$(InnerBuildArgs) /p:CrossgenOutput=false</InnerBuildArgs>
68
</PropertyGroup>
69
</Target>
70
0 commit comments