From 9165568afdbbfb592417ac49c4d0d415431c412f Mon Sep 17 00:00:00 2001 From: Puneet Agarwal Date: Mon, 1 Apr 2019 11:07:14 +0530 Subject: [PATCH] Update Vstest and Publish test task (#1) * Update make.json * Update task.json * Update task.loc.json * Update make.json * Update task.json * Update task.loc.json --- Tasks/PublishTestResultsV2/make.json | 2 +- Tasks/PublishTestResultsV2/task.json | 2 +- Tasks/PublishTestResultsV2/task.loc.json | 4 ++-- Tasks/VsTestV2/make.json | 2 +- Tasks/VsTestV2/task.json | 2 +- Tasks/VsTestV2/task.loc.json | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Tasks/PublishTestResultsV2/make.json b/Tasks/PublishTestResultsV2/make.json index 23c5d89b10e5..28a7acb3ce4a 100644 --- a/Tasks/PublishTestResultsV2/make.json +++ b/Tasks/PublishTestResultsV2/make.json @@ -2,7 +2,7 @@ "externals": { "archivePackages": [ { - "url": "https://publishtestresults.blob.core.windows.net/publishtestresults/8630481/PublishTestResults.zip", + "url": "https://publishtestresults.blob.core.windows.net/publishtestresults/9148557/PublishTestResults.zip", "dest": "./" } ] diff --git a/Tasks/PublishTestResultsV2/task.json b/Tasks/PublishTestResultsV2/task.json index 64cefd4f7b18..29857cb2b15f 100644 --- a/Tasks/PublishTestResultsV2/task.json +++ b/Tasks/PublishTestResultsV2/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 150, - "Patch": 0 + "Patch": 1 }, "demands": [], "releaseNotes": "", diff --git a/Tasks/PublishTestResultsV2/task.loc.json b/Tasks/PublishTestResultsV2/task.loc.json index ea36fe966508..6715adf59c3a 100644 --- a/Tasks/PublishTestResultsV2/task.loc.json +++ b/Tasks/PublishTestResultsV2/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 150, - "Patch": 0 + "Patch": 1 }, "demands": [], "releaseNotes": "ms-resource:loc.releaseNotes", @@ -135,4 +135,4 @@ "ErrorTestResultsPublisher": "ms-resource:loc.messages.ErrorTestResultsPublisher", "ErrorFailTaskOnFailedTests": "ms-resource:loc.messages.ErrorFailTaskOnFailedTests" } -} \ No newline at end of file +} diff --git a/Tasks/VsTestV2/make.json b/Tasks/VsTestV2/make.json index aa4ee74c0adb..92735bbf9205 100644 --- a/Tasks/VsTestV2/make.json +++ b/Tasks/VsTestV2/make.json @@ -6,7 +6,7 @@ "dest": "./" }, { - "url": "https://testexecution.blob.core.windows.net/testexecution/8958107/TestAgent.zip", + "url": "https://testexecution.blob.core.windows.net/testexecution/9148557/TestAgent.zip", "dest": "./Modules" }, { diff --git a/Tasks/VsTestV2/task.json b/Tasks/VsTestV2/task.json index 54053376feb1..b1addbd86470 100644 --- a/Tasks/VsTestV2/task.json +++ b/Tasks/VsTestV2/task.json @@ -18,7 +18,7 @@ "version": { "Major": 2, "Minor": 150, - "Patch": 4 + "Patch": 5 }, "demands": [ "vstest" diff --git a/Tasks/VsTestV2/task.loc.json b/Tasks/VsTestV2/task.loc.json index eb02ee4af443..02efabb9f6de 100644 --- a/Tasks/VsTestV2/task.loc.json +++ b/Tasks/VsTestV2/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 2, "Minor": 150, - "Patch": 4 + "Patch": 5 }, "demands": [ "vstest" @@ -622,4 +622,4 @@ "LookingForBuildToolsInstalltion": "ms-resource:loc.messages.LookingForBuildToolsInstalltion", "LookingForVsInstalltion": "ms-resource:loc.messages.LookingForVsInstalltion" } -} \ No newline at end of file +}