From afd70b691ffcf7732a2035547928ceda07642d6b Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 21 Jul 2020 10:28:35 +0800 Subject: Add junit logger for test. --- Timeline.Tests/Timeline.Tests.csproj | 1 + Timeline.Tests/packages.lock.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Timeline.Tests/Timeline.Tests.csproj b/Timeline.Tests/Timeline.Tests.csproj index 7a3c0ae6..fc1a6ca4 100644 --- a/Timeline.Tests/Timeline.Tests.csproj +++ b/Timeline.Tests/Timeline.Tests.csproj @@ -12,6 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Timeline.Tests/packages.lock.json b/Timeline.Tests/packages.lock.json index 6d2a51a3..c2cfec72 100644 --- a/Timeline.Tests/packages.lock.json +++ b/Timeline.Tests/packages.lock.json @@ -17,6 +17,12 @@ "System.Configuration.ConfigurationManager": "4.4.0" } }, + "JunitXml.TestLogger": { + "type": "Direct", + "requested": "[2.1.32, )", + "resolved": "2.1.32", + "contentHash": "wZGZTal9/Nv3d66x0juUpU/JApWkdZhChnCUGeKz2C5Vz2G/vNxgc9VB7Q0i9uBpKijSrSNWHTeMQ2Pyv/Y/bg==" + }, "Microsoft.AspNet.WebApi.Client": { "type": "Direct", "requested": "[5.2.7, )", -- cgit v1.2.3