Skip to content

Commit 3afd8e3

Browse files
Fix root build script (#14)
1 parent 61c277c commit 3afd8e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/Subsets.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
</ItemGroup>
573573

574574
<ItemGroup Condition="$(_subset.Contains('+iltrim+'))">
575-
<ProjectToBuild Include="$(CoreClrProjectRoot)tools\ILTrim\ILTrim.csproj" Category="clr" />
575+
<ProjectToBuild Include="$(CoreClrProjectRoot)tools\ILTrim\ILTrim.Exe\ILTrim.csproj" Category="clr" />
576576
</ItemGroup>
577577

578578

0 commit comments

Comments
 (0)