Skip to content

Commit

Permalink
ci: adds readers project to trimming test project
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jul 17, 2024
1 parent 4cc030d commit 74275b8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
<TrimmerRootAssembly Include="Microsoft.OpenApi" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Microsoft.OpenApi.Readers\Microsoft.OpenApi.Readers.csproj" />

This comment has been minimized.

Copy link
@eerhardt

eerhardt Jul 17, 2024

Member

If you want to verify the warnings in this library, you will also need to add <TrimmerRootAssembly Include="Microsoft.OpenApi.Readers" />

This comment has been minimized.

Copy link
@baywet

baywet Jul 17, 2024

Author Member

Thanks, I just did in a subsequent commit 7f7c54a

</ItemGroup>

</Project>

0 comments on commit 74275b8

Please sign in to comment.