From f5ba3c02306d56a2888e3d442a414fd424f47623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Sat, 25 Jan 2025 15:44:25 +0100 Subject: [PATCH 1/2] Use MSTest runner and bump to latest version --- Directory.Build.props | 7 +++++++ StreamRegex.Tests/StreamRegex.Tests.csproj | 7 ++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index ec48450..b24d1f6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,4 +6,11 @@ all + + + + true + true + Recommended + \ No newline at end of file diff --git a/StreamRegex.Tests/StreamRegex.Tests.csproj b/StreamRegex.Tests/StreamRegex.Tests.csproj index ae7acd6..c574e1d 100644 --- a/StreamRegex.Tests/StreamRegex.Tests.csproj +++ b/StreamRegex.Tests/StreamRegex.Tests.csproj @@ -5,12 +5,13 @@ enable 10 false + Exe - - - + + + From 6bff6e384e36a99c890d00040e27aef3ed2ccc39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Mon, 3 Feb 2025 11:25:13 +0100 Subject: [PATCH 2/2] Version + pipeline --- .github/workflows/test.yml | 2 +- StreamRegex.Tests/StreamRegex.Tests.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67436e5..a936776 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,4 +30,4 @@ jobs: - name: Build run: dotnet build --configuration Release --no-restore - name: Test - run: dotnet test --no-restore --verbosity normal + run: dotnet test --no-build --configuration Release --verbosity normal -- --coverage --report-trx diff --git a/StreamRegex.Tests/StreamRegex.Tests.csproj b/StreamRegex.Tests/StreamRegex.Tests.csproj index c574e1d..60e7906 100644 --- a/StreamRegex.Tests/StreamRegex.Tests.csproj +++ b/StreamRegex.Tests/StreamRegex.Tests.csproj @@ -3,14 +3,14 @@ net6.0;net7.0;net8.0;netcoreapp3.1 enable - 10 + 10 false Exe - - + +