From 92d35dc5891dec3ee8c86e3958f22945131eafaa Mon Sep 17 00:00:00 2001 From: Kavipriya Adhinarayanan Date: Tue, 23 May 2017 12:55:31 +0530 Subject: [PATCH] Porting recent fixes --- Tasks/DeployVisualStudioTestAgent/make.json | 2 +- Tasks/VsTest/task.json | 4 ++-- Tasks/VsTest/task.loc.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Tasks/DeployVisualStudioTestAgent/make.json b/Tasks/DeployVisualStudioTestAgent/make.json index b67f8c73475a..c6fe9dc582ef 100644 --- a/Tasks/DeployVisualStudioTestAgent/make.json +++ b/Tasks/DeployVisualStudioTestAgent/make.json @@ -2,7 +2,7 @@ "externals": { "archivePackages": [ { - "url": "https://testexecution.blob.core.windows.net/testplatformdeployment/3886036/TestPlatform.Deployment.zip", + "url": "https://testexecution.blob.core.windows.net/testplatformdeployment/3891278/TestPlatform.Deployment.zip", "dest": "./" } ], diff --git a/Tasks/VsTest/task.json b/Tasks/VsTest/task.json index 3b45e9a16aef..c7a3d373d4b6 100644 --- a/Tasks/VsTest/task.json +++ b/Tasks/VsTest/task.json @@ -17,13 +17,13 @@ "version": { "Major": 2, "Minor": 0, - "Patch": 49 + "Patch": 50 }, "demands": [ "vstest" ], "releaseNotes" : "

More information

", - "minimumAgentVersion": "1.89.0", + "minimumAgentVersion": "2.103.0", "groups": [ { "name": "testSelection", diff --git a/Tasks/VsTest/task.loc.json b/Tasks/VsTest/task.loc.json index b81b533938e6..fb2b30b80116 100644 --- a/Tasks/VsTest/task.loc.json +++ b/Tasks/VsTest/task.loc.json @@ -17,13 +17,13 @@ "version": { "Major": 2, "Minor": 0, - "Patch": 49 + "Patch": 50 }, "demands": [ "vstest" ], "releaseNotes": "ms-resource:loc.releaseNotes", - "minimumAgentVersion": "1.89.0", + "minimumAgentVersion": "2.103.0", "groups": [ { "name": "testSelection",