Skip to content

Commit b8bde9c

Browse files
authored
Update crossgen2.props
1 parent 5fc8586 commit b8bde9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coreclr/tools/aot/crossgen2/crossgen2.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
1616
<Configurations>Debug;Release;Checked</Configurations>
1717
<RunAnalyzers>false</RunAnalyzers>
18-
<UseLocalTargetingRuntimePack Condition="'$(StageTwoBuild)' == 'true' and '$(MSBuildProjectName)' != 'ILCompiler_inbuild'">true</UseLocalTargetingRuntimePack>
18+
<UseLocalTargetingRuntimePack Condition="'$(StageTwoBuild)' == 'true' and '$(MSBuildProjectName)' != 'crossgen2_inbuild'">true</UseLocalTargetingRuntimePack>
1919
</PropertyGroup>
2020

2121
<Import Project="../AotCompilerCommon.props" />
22-
<Import Project="$(RepositoryEngineeringDir)targetingpacks.targets" Condition="'$(StageTwoBuild)' == 'true' and '$(MSBuildProjectName)' != 'ILCompiler_inbuild'" />
22+
<Import Project="$(RepositoryEngineeringDir)targetingpacks.targets" Condition="'$(StageTwoBuild)' == 'true' and '$(MSBuildProjectName)' != 'crossgen2_inbuild'" />
2323

2424
<ItemGroup Label="Embedded Resources">
2525
<EmbeddedResource Include="Properties\Resources.resx">

0 commit comments

Comments
 (0)