Added xunit logger and configured pipeline for publishing.

This commit is contained in:
2022-04-25 02:40:03 -05:00
parent f2c297fd88
commit 2069b38dbd
3 changed files with 6 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="XunitXml.TestLogger" Version="3.0.70" />
</ItemGroup>
<ItemGroup>