File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
run : msbuild /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=$(pwd)/keypair.snk /p:Configuration=Release ./OptimizelySDK.NETFramework.sln
49
49
- name : Install & Run NUnit tests
50
50
run : |
51
- nuget install NUnit.Console -Version 3.18.2 -DirectDownload -OutputDirectory .
51
+ nuget install NUnit.Console -Version 3.18.1 -DirectDownload -OutputDirectory .
52
52
# 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
54
54
55
55
netStandard16 :
56
56
name : Build Standard 1.6
You can’t perform that action at this time.
0 commit comments