summaryrefslogtreecommitdiff
path: root/tests/runtest.proj
diff options
context:
space:
mode:
authorDeepak Shankargouda <deshank@microsoft.com>2016-04-06 13:10:50 -0700
committerDeepak Shankargouda <deshank@microsoft.com>2016-04-06 13:10:50 -0700
commitcfdd790dcf0b1d613c1ddc33ff5c9e714c755745 (patch)
tree9a93cd23d58e4a7988770ff2e73fee025e453419 /tests/runtest.proj
parent19898fbee307d6c2dd3364bea6242c4ebdb59a59 (diff)
downloadcoreclr-cfdd790dcf0b1d613c1ddc33ff5c9e714c755745.tar.gz
coreclr-cfdd790dcf0b1d613c1ddc33ff5c9e714c755745.tar.bz2
coreclr-cfdd790dcf0b1d613c1ddc33ff5c9e714c755745.zip
Enable execution of Perflab perf tests
Added additional dependencies to the project.json for perflab projects that should enable generation of an assemblylist with all the packages required to execute the tests on the end machine
Diffstat (limited to 'tests/runtest.proj')
-rw-r--r--tests/runtest.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.proj b/tests/runtest.proj
index 991a0079ba..4b9f581bb4 100644
--- a/tests/runtest.proj
+++ b/tests/runtest.proj
@@ -393,7 +393,7 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\","").
{
"dependencies": {
"Microsoft.NETCore.Runtime.CoreCLR": "$(CoreclrPackageVersion)",
- "Microsoft.NETCore.TestHost": "1.0.0-rc2-23816",
+ "Microsoft.NETCore.TestHost": "1.0.0-rc2-23816"
},
"frameworks": {
"dnxcore50": {}