Skip to content

Commit 64471cb

Browse files
chore: downgrade to NUnit.Console 3.18.1
v3.18.2 introduced an incompatibility
1 parent 8a426a8 commit 64471cb

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.18.2 -DirectDownload -OutputDirectory .
51+
nuget install NUnit.Console -Version 3.18.1 -DirectDownload -OutputDirectory .
5252
# https://docs.nunit.org/articles/nunit/running-tests/Console-Command-Line.html
53-
./NUnit.ConsoleRunner.3.18.2\tools\nunit3-console.exe /timeout 10000 /process Separate ./OptimizelySDK.Tests/bin/Release/OptimizelySDK.Tests.dll
53+
./NUnit.ConsoleRunner.3.18.1\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)