From 81c4c19aa1dc841b5c856ef59d36971d7c3389f3 Mon Sep 17 00:00:00 2001 From: Prawal Agarwal Date: Thu, 31 May 2018 16:46:10 +0530 Subject: [PATCH] Updating TestExecution package to fix rerun bug (#7342) --- Tasks/VsTestV2/make.json | 2 +- Tasks/VsTestV2/task.json | 2 +- Tasks/VsTestV2/task.loc.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tasks/VsTestV2/make.json b/Tasks/VsTestV2/make.json index 30197cf2281d..7b0db38cef76 100644 --- a/Tasks/VsTestV2/make.json +++ b/Tasks/VsTestV2/make.json @@ -6,7 +6,7 @@ "dest": "./" }, { - "url": "https://testexecution.blob.core.windows.net/testexecution/6255883/TestAgent.zip", + "url": "https://testexecution.blob.core.windows.net/testexecution/6267838/TestAgent.zip", "dest": "./Modules" }, { diff --git a/Tasks/VsTestV2/task.json b/Tasks/VsTestV2/task.json index 9b67da8ea524..3a2a32fd52eb 100644 --- a/Tasks/VsTestV2/task.json +++ b/Tasks/VsTestV2/task.json @@ -17,7 +17,7 @@ "version": { "Major": 2, "Minor": 136, - "Patch": 2 + "Patch": 3 }, "demands": [ "vstest" diff --git a/Tasks/VsTestV2/task.loc.json b/Tasks/VsTestV2/task.loc.json index e846e0f0f9ad..fee13bc7fd1e 100644 --- a/Tasks/VsTestV2/task.loc.json +++ b/Tasks/VsTestV2/task.loc.json @@ -17,7 +17,7 @@ "version": { "Major": 2, "Minor": 136, - "Patch": 1 + "Patch": 3 }, "demands": [ "vstest"