Skip to content

Commit 8a426a8

Browse files
build: update NUnit.Console to 3.18.2
CI error similar to nunit/nunit3-vs-adapter#1049
1 parent adf452f commit 8a426a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/csharp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
run: msbuild /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=$(pwd)/keypair.snk /p:Configuration=Release ./OptimizelySDK.NETFramework.sln
4949
- name: Install & Run NUnit tests
5050
run: |
51-
nuget install NUnit.Console -Version 3.15.2 -DirectDownload -OutputDirectory .
51+
nuget install NUnit.Console -Version 3.18.2 -DirectDownload -OutputDirectory .
5252
# https://docs.nunit.org/articles/nunit/running-tests/Console-Command-Line.html
53-
./NUnit.ConsoleRunner.3.15.2\tools\nunit3-console.exe /timeout 10000 /process Separate ./OptimizelySDK.Tests/bin/Release/OptimizelySDK.Tests.dll
53+
./NUnit.ConsoleRunner.3.18.2\tools\nunit3-console.exe /timeout 10000 /process Separate ./OptimizelySDK.Tests/bin/Release/OptimizelySDK.Tests.dll
5454
5555
netStandard16:
5656
name: Build Standard 1.6

0 commit comments

Comments
 (0)