You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2023/05/31 09:38:49 UTC

[rocketmq-e2e] branch master updated: Add PackageReference for report CI result (#36)

This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-e2e.git


The following commit(s) were added to refs/heads/master by this push:
     new 20b4c74  Add PackageReference for report CI result (#36)
20b4c74 is described below

commit 20b4c74ec4d5fa448f3597f199f335b9ba7eedcd
Author: rook1ewang <16...@users.noreply.github.com>
AuthorDate: Wed May 31 17:38:44 2023 +0800

    Add PackageReference for report CI result (#36)
    
    Co-authored-by: ww269266 <ww...@alibaba-inc.com>
---
 csharp/rocketmq-client-csharp-tests/rocketmq-client-csharp-tests.csproj | 1 +
 1 file changed, 1 insertion(+)

diff --git a/csharp/rocketmq-client-csharp-tests/rocketmq-client-csharp-tests.csproj b/csharp/rocketmq-client-csharp-tests/rocketmq-client-csharp-tests.csproj
index 319a415..5f930af 100644
--- a/csharp/rocketmq-client-csharp-tests/rocketmq-client-csharp-tests.csproj
+++ b/csharp/rocketmq-client-csharp-tests/rocketmq-client-csharp-tests.csproj
@@ -30,6 +30,7 @@
     <PackageReference Include="RocketMQ.Client" Version="5.1.0" />
     <PackageReference Include="xunit" Version="2.4.1" />
     <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
+    <PackageReference Include="JunitXml.TestLogger" Version="3.0.110" />
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
       <PrivateAssets>all</PrivateAssets>
     </PackageReference>