diff --git a/.github/workflows/nuget-ci-cd.yml b/.github/workflows/nuget-ci-cd.yml index cca5873..ee26299 100644 --- a/.github/workflows/nuget-ci-cd.yml +++ b/.github/workflows/nuget-ci-cd.yml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-dotnet@v4 - name: Build & test - run: dotnet test --configuration Release --logger GitHubActions + run: dotnet test --configuration Release --report-github - name: Pack shell: bash diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e13030e..46d3163 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-dotnet@v4 - name: Build & test - run: dotnet test --configuration Release --logger GitHubActions + run: dotnet test --configuration Release --report-github - name: Download previous benchmark data uses: actions/cache@v4 with: diff --git a/Directory.Packages.props b/Directory.Packages.props index b669336..2217c19 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,22 +10,20 @@ - + + - + - - - - + diff --git a/global.json b/global.json new file mode 100644 index 0000000..3140116 --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "test": { + "runner": "Microsoft.Testing.Platform" + } +} diff --git a/src/SIL.Harmony.Tests/SIL.Harmony.Tests.csproj b/src/SIL.Harmony.Tests/SIL.Harmony.Tests.csproj index f542263..a53c443 100644 --- a/src/SIL.Harmony.Tests/SIL.Harmony.Tests.csproj +++ b/src/SIL.Harmony.Tests/SIL.Harmony.Tests.csproj @@ -4,29 +4,19 @@ false true SIL.Harmony.Tests + Exe + true - - - all - + - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - +