From 585ea2cf73c8ce3353ef5214c6f04a8ec416eeb5 Mon Sep 17 00:00:00 2001 From: Jeroen van Warmerdam Date: Sat, 31 Aug 2024 23:28:54 +0200 Subject: [PATCH] Add GitHub logger --- .github/workflows/ci.yml | 3 ++- Directory.Packages.props | 3 ++- .../Jvw.DevToys.SemverCalculator.Tests.csproj | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c21940..c81510a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,8 @@ jobs: run: dotnet build - name: Test solution - run: dotnet test --no-build + run: dotnet test --no-build --logger GitHubActions + # Logger: https://github.com/Tyrrrz/GitHubActionsTestLogger analyze_codeql: name: Run CodeQL scanning diff --git a/Directory.Packages.props b/Directory.Packages.props index 092d5af..81b3541 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -8,10 +8,11 @@ + - + \ No newline at end of file diff --git a/Jvw.DevToys.SemverCalculator.Tests/Jvw.DevToys.SemverCalculator.Tests.csproj b/Jvw.DevToys.SemverCalculator.Tests/Jvw.DevToys.SemverCalculator.Tests.csproj index 91457ba..f4f2942 100644 --- a/Jvw.DevToys.SemverCalculator.Tests/Jvw.DevToys.SemverCalculator.Tests.csproj +++ b/Jvw.DevToys.SemverCalculator.Tests/Jvw.DevToys.SemverCalculator.Tests.csproj @@ -18,6 +18,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +