diff options
author | Jose Perez Rodriguez <joperezr@microsoft.com> | 2016-04-12 15:56:08 -0700 |
---|---|---|
committer | Jose Perez Rodriguez <joperezr@microsoft.com> | 2016-04-14 10:39:49 -0700 |
commit | b2f571bc74b44778cbe1ca1b4f95f3217bf2265a (patch) | |
tree | 599459ae5fb0c75fdf5a3cf77241c5a115fcb076 /tests/src/managed | |
parent | ae2d2f3d103d0a20d1609725c7eec0830e0cf654 (diff) | |
download | coreclr-b2f571bc74b44778cbe1ca1b4f95f3217bf2265a.tar.gz coreclr-b2f571bc74b44778cbe1ca1b4f95f3217bf2265a.tar.bz2 coreclr-b2f571bc74b44778cbe1ca1b4f95f3217bf2265a.zip |
Updating BuildTools
Diffstat (limited to 'tests/src/managed')
-rw-r--r-- | tests/src/managed/Compilation/project.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/src/managed/Compilation/project.json b/tests/src/managed/Compilation/project.json index 3116023e47..5e5ba7ce37 100644 --- a/tests/src/managed/Compilation/project.json +++ b/tests/src/managed/Compilation/project.json @@ -25,5 +25,14 @@ "dnxcore50": { "imports": "portable-net45+win8" } + }, + "runtimes": { + "win7-x86": {}, + "win7-x64": {}, + "ubuntu.14.04-x64": {}, + "osx.10.10-x64": {}, + "centos.7-x64": {}, + "rhel.7-x64": {}, + "debian.8.2-x64": {} } } |