Add runtimes back to xUnit runner

Per dotnet/cli#2201
This commit is contained in:
Andrew Schwartzmeyer 2016-04-01 20:25:12 -07:00
parent 151b5525c6
commit 067609cdce

View file

@ -18,5 +18,15 @@
}
},
"testRunner": "xunit"
"testRunner": "xunit",
"runtimes": {
"ubuntu.14.04-x64": { },
"centos.7.1-x64": { },
"win7-x64": { },
"win81-x64": { },
"win10-x64": { },
"osx.10.10-x64": { },
"osx.10.11-x64": { }
}
}