Browse Source

Use NUnit3TestAdapter package (#1504)

pull/1461/head
josetr 5 years ago committed by GitHub
parent
commit
f556f1ac17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      build/Tests.lua

5
build/Tests.lua

@ -239,6 +239,11 @@ function LinkNUnit() @@ -239,6 +239,11 @@ function LinkNUnit()
"NSubstitute:4.0.0-rc1"
}
nuget
{
"NUnit3TestAdapter:3.17.0",
}
filter(c)
end

Loading…
Cancel
Save