Skip to content

Commit

Permalink
Combine System.Private.Xml TrimmingTests projects (#55606)
Browse files Browse the repository at this point in the history
For some reason we have 2 of them, and only need 1.
  • Loading branch information
eerhardt authored Jul 14, 2021
1 parent 92547f5 commit 3150bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" />

<ItemGroup>
<TestConsoleAppSourceFiles Include="XslCompiledTransformTests.cs" />
<TestConsoleAppSourceFiles Include="XmlSchema.Write.cs" />
<TestConsoleAppSourceFiles Include="XmlSerializer.Deserialize.cs" />
<TestConsoleAppSourceFiles Include="XmlSerializer.Serialize.cs" />
<TestConsoleAppSourceFiles Include="XslCompiledTransformTests.cs" />
</ItemGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets))" />
Expand Down

This file was deleted.

0 comments on commit 3150bfa

Please sign in to comment.