From 5af281a6dd0282e2ead74729a7ca8fc15ee57ea7 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Wed, 22 Jun 2016 14:34:50 -0700 Subject: [PATCH] Added rhel and centos rids to project.json --- test/ServerComparison.TestSites.Standalone/project.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/ServerComparison.TestSites.Standalone/project.json b/test/ServerComparison.TestSites.Standalone/project.json index 32c262102a..73a5e7c914 100644 --- a/test/ServerComparison.TestSites.Standalone/project.json +++ b/test/ServerComparison.TestSites.Standalone/project.json @@ -47,6 +47,8 @@ "osx.10.10-x64": {}, "osx.10.11-x64": {}, "ubuntu.14.04-x64": {}, - "ubuntu.15.04-x64": {} + "ubuntu.15.04-x64": {}, + "centos.7-x64": {}, + "rhel.7.2-x64": {} } } \ No newline at end of file