You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resultFormat is added to NUnit task. It allows to set the test report format (nunit2 or nunit3) for NUnit v3.
Fixed
Downloading NUnit is done in the task itself and not in the closure to get NUnit folder. parallelForks = true feature can bring failure when NUnit is not already downloaded.