summaryrefslogtreecommitdiff
path: root/tests/runtest.proj
diff options
context:
space:
mode:
authorDeepak Shankargouda <deshank@microsoft.com>2016-05-03 09:17:27 -0700
committerDeepak Shankargouda <deshank@microsoft.com>2016-05-03 09:17:27 -0700
commiteabea995f603cbd38cc1a5fdebe305737e13b5ad (patch)
tree365c59dc99d73fadef2486f3bff856ba5e94da47 /tests/runtest.proj
parentcb42cbf1dca78a548deca358764500fb8a48e06b (diff)
downloadcoreclr-eabea995f603cbd38cc1a5fdebe305737e13b5ad.tar.gz
coreclr-eabea995f603cbd38cc1a5fdebe305737e13b5ad.tar.bz2
coreclr-eabea995f603cbd38cc1a5fdebe305737e13b5ad.zip
Fixing issue with perf targets restoring test runtime (#4686)
Diffstat (limited to 'tests/runtest.proj')
-rw-r--r--tests/runtest.proj5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/runtest.proj b/tests/runtest.proj
index 9d8db2dd18..7bace14229 100644
--- a/tests/runtest.proj
+++ b/tests/runtest.proj
@@ -372,8 +372,11 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\","").
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "$(TestNugetRuntimeId)":{}
}
-}
+}
]]>
</TestRuntimeJsonContents>