From b15b00a36df322d6f3af0c5c3b0a9d4afba29582 Mon Sep 17 00:00:00 2001 From: Kavipriya Adhinarayanan Date: Tue, 12 Mar 2019 14:02:23 +0530 Subject: [PATCH] Update test agent version --- Tasks/VsTestV2/make.json | 2 +- Tasks/VsTestV2/task.json | 4 ++-- Tasks/VsTestV2/task.loc.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Tasks/VsTestV2/make.json b/Tasks/VsTestV2/make.json index 6319199fa7ad..1c096a1bd188 100644 --- a/Tasks/VsTestV2/make.json +++ b/Tasks/VsTestV2/make.json @@ -6,7 +6,7 @@ "dest": "./" }, { - "url": "https://testexecution.blob.core.windows.net/testexecution/8630481/TestAgent.zip", + "url": "https://testexecution.blob.core.windows.net/testexecution/8822112/TestAgent.zip", "dest": "./Modules" }, { diff --git a/Tasks/VsTestV2/task.json b/Tasks/VsTestV2/task.json index 4c840718c55d..42519a17b31e 100644 --- a/Tasks/VsTestV2/task.json +++ b/Tasks/VsTestV2/task.json @@ -17,8 +17,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 149, - "Patch": 2 + "Minor": 150, + "Patch": 1 }, "demands": [ "vstest" diff --git a/Tasks/VsTestV2/task.loc.json b/Tasks/VsTestV2/task.loc.json index a74501e59b35..4a00b593e0b4 100644 --- a/Tasks/VsTestV2/task.loc.json +++ b/Tasks/VsTestV2/task.loc.json @@ -17,8 +17,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 149, - "Patch": 2 + "Minor": 150, + "Patch": 1 }, "demands": [ "vstest" @@ -620,4 +620,4 @@ "diagnosticsInput": "ms-resource:loc.messages.diagnosticsInput", "UncPathNotSupported": "ms-resource:loc.messages.UncPathNotSupported" } -} +} \ No newline at end of file