diff --git a/test/ServerComparison.FunctionalTests/project.json b/test/ServerComparison.FunctionalTests/project.json index eda2492d4b..600a03f8a8 100644 --- a/test/ServerComparison.FunctionalTests/project.json +++ b/test/ServerComparison.FunctionalTests/project.json @@ -40,5 +40,19 @@ } }, "net451": {} + }, + "runtimes": { + "win7-x86": {}, + "win7-x64": {}, + + "osx.10.10-x64": {}, + "osx.10.11-x64": {}, + + "ubuntu.14.04-x64": {}, + "ubuntu.14.10-x64": {}, + "ubuntu.15.04-x64": {}, + "ubuntu.16.04-x64": {}, + "centos.7-x64": {}, + "debian.8-x64": {} } } \ No newline at end of file