From aa0ce8f080d430b5d9bde09faf0e99433a09b9da Mon Sep 17 00:00:00 2001 From: Shreyas R Date: Thu, 5 Apr 2018 12:25:39 +0530 Subject: [PATCH 1/2] updated testAgent.zip containing kavipriyas testExecutionhost unnecessary wait fix --- Tasks/VsTest/make.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tasks/VsTest/make.json b/Tasks/VsTest/make.json index 1c7e5a171374..392dc9b525cf 100644 --- a/Tasks/VsTest/make.json +++ b/Tasks/VsTest/make.json @@ -2,11 +2,11 @@ "externals": { "archivePackages": [ { - "url": "https://testselectorv2.blob.core.windows.net/testselector/5627107/TestSelector.zip", + "url": "https://testselectorv2.blob.core.windows.net/testselector/5717050/TestSelector.zip", "dest": "./" }, { - "url": "https://testexecution.blob.core.windows.net/testexecution/5627107/TestAgent.zip", + "url": "https://testexecution.blob.core.windows.net/testexecution/5717050/TestAgent.zip", "dest": "./Modules" }, { From 87140bb8bd5acca5a540b74e6952995915276788 Mon Sep 17 00:00:00 2001 From: Shreyas R Date: Thu, 5 Apr 2018 12:27:09 +0530 Subject: [PATCH 2/2] bumped up task version --- Tasks/VsTest/task.json | 2 +- Tasks/VsTest/task.loc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tasks/VsTest/task.json b/Tasks/VsTest/task.json index 82b3880839c0..80811998dcbf 100644 --- a/Tasks/VsTest/task.json +++ b/Tasks/VsTest/task.json @@ -17,7 +17,7 @@ "version": { "Major": 2, "Minor": 5, - "Patch": 1 + "Patch": 2 }, "demands": [ "vstest" diff --git a/Tasks/VsTest/task.loc.json b/Tasks/VsTest/task.loc.json index 80d0fbdf1680..36ce35ac6c7f 100644 --- a/Tasks/VsTest/task.loc.json +++ b/Tasks/VsTest/task.loc.json @@ -17,7 +17,7 @@ "version": { "Major": 2, "Minor": 5, - "Patch": 1 + "Patch": 2 }, "demands": [ "vstest"