From 8a426a8736cdcc8c2a5560cb6eeb87fed1f2e289 Mon Sep 17 00:00:00 2001 From: Mike Chu Date: Mon, 23 Sep 2024 12:32:58 -0400 Subject: [PATCH] build: update NUnit.Console to 3.18.2 CI error similar to https://github.com/nunit/nunit3-vs-adapter/issues/1049 --- .github/workflows/csharp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index f417b0e8..75e8fa20 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -48,9 +48,9 @@ jobs: run: msbuild /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=$(pwd)/keypair.snk /p:Configuration=Release ./OptimizelySDK.NETFramework.sln - name: Install & Run NUnit tests run: | - nuget install NUnit.Console -Version 3.15.2 -DirectDownload -OutputDirectory . + nuget install NUnit.Console -Version 3.18.2 -DirectDownload -OutputDirectory . # https://docs.nunit.org/articles/nunit/running-tests/Console-Command-Line.html - ./NUnit.ConsoleRunner.3.15.2\tools\nunit3-console.exe /timeout 10000 /process Separate ./OptimizelySDK.Tests/bin/Release/OptimizelySDK.Tests.dll + ./NUnit.ConsoleRunner.3.18.2\tools\nunit3-console.exe /timeout 10000 /process Separate ./OptimizelySDK.Tests/bin/Release/OptimizelySDK.Tests.dll netStandard16: name: Build Standard 1.6