Skip to content

Commit

Permalink
Fix root build script (dotnet#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Oct 11, 2021
1 parent eb68a17 commit 46b1dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Subsets.props
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
</ItemGroup>

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


Expand Down

0 comments on commit 46b1dad

Please sign in to comment.