From 846b2423270e2ff28d906f2bf4b7b87b9481c4f8 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 27 Apr 2016 12:04:56 -0700 Subject: [PATCH] Add more rids so build succeeds on OSX and Linux --- test/TestSites/project.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/TestSites/project.json b/test/TestSites/project.json index d2f4f1a99e..e3bbecbe60 100644 --- a/test/TestSites/project.json +++ b/test/TestSites/project.json @@ -31,7 +31,10 @@ "net451": { } }, "runtimes": { + "win7-x64": { }, "win7-x86": { }, - "win7-x64": { } + "osx.10.10-x64": { }, + "ubuntu.14.04-x64": { }, + "ubuntu.15.04-x64": { } } }