From 585112e6ea2148b14fb1c65064ebca5daf142b0e Mon Sep 17 00:00:00 2001 From: Shreyas R Date: Thu, 5 Apr 2018 17:09:19 +0530 Subject: [PATCH] added the test impact dev 14.0 dlls back (#6886) --- Tasks/VsTest/make.json | 5 ++++- Tasks/VsTest/task.json | 2 +- Tasks/VsTest/task.loc.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Tasks/VsTest/make.json b/Tasks/VsTest/make.json index 392dc9b525cf..6c52dfa14ea3 100644 --- a/Tasks/VsTest/make.json +++ b/Tasks/VsTest/make.json @@ -12,8 +12,11 @@ { "url": "https://testselectorv2.blob.core.windows.net/testselector/InputDataContractParityTool/InputDataContractParityTool.zip", "dest": "./Tests" + }, + { + "url": "https://testselectorv2.blob.core.windows.net/testselector/TestImpactCollector/TestImpactCollector.zip", + "dest": "./TestSelector" } - ], "files": [ { diff --git a/Tasks/VsTest/task.json b/Tasks/VsTest/task.json index 80811998dcbf..7aa6a3c869e9 100644 --- a/Tasks/VsTest/task.json +++ b/Tasks/VsTest/task.json @@ -17,7 +17,7 @@ "version": { "Major": 2, "Minor": 5, - "Patch": 2 + "Patch": 3 }, "demands": [ "vstest" diff --git a/Tasks/VsTest/task.loc.json b/Tasks/VsTest/task.loc.json index 36ce35ac6c7f..c46cc7b60cd7 100644 --- a/Tasks/VsTest/task.loc.json +++ b/Tasks/VsTest/task.loc.json @@ -17,7 +17,7 @@ "version": { "Major": 2, "Minor": 5, - "Patch": 2 + "Patch": 3 }, "demands": [ "vstest"