From 22f9eca4365a06bd5f4b309316d6789123479a29 Mon Sep 17 00:00:00 2001 From: Cesar Soares Lucas Date: Wed, 28 Mar 2018 14:44:57 -0700 Subject: [PATCH] This BuildTask has been deprecated in favor of maintenance jobs. --- .../DotNet-CoreClr-Trusted-Linux-Crossbuild.json | 23 +--------------------- buildpipeline/DotNet-CoreClr-Trusted-Linux.json | 23 +--------------------- 2 files changed, 2 insertions(+), 44 deletions(-) diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json b/buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json index 78d4710..a278d1b 100644 --- a/buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json +++ b/buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json @@ -367,27 +367,6 @@ "workingFolder": "", "failOnStandardError": "false" } - }, - { - "environment": {}, - "enabled": true, - "continueOnError": true, - "alwaysRun": false, - "displayName": "Cleanup VSTS Agent", - "timeoutInMinutes": 0, - "condition": "always()", - "refName": "Task17", - "task": { - "id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9", - "versionSpec": "1.*", - "definitionType": "task" - }, - "inputs": { - "filename": "$(Build.SourcesDirectory)/Tools/msbuild.sh", - "arguments": "cleanupagent.proj /p:AgentDirectory=$(Agent.HomeDirectory) /p:DoClean=$(PB_CleanAgent)", - "workingFolder": "$(Build.SourcesDirectory)/Tools/scripts/vstsagent/", - "failOnStandardError": "false" - } } ], "options": [ @@ -591,4 +570,4 @@ "revision": 418098432, "visibility": "organization" } -} \ No newline at end of file +} diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Linux.json b/buildpipeline/DotNet-CoreClr-Trusted-Linux.json index 1b13a3c..077b68b 100644 --- a/buildpipeline/DotNet-CoreClr-Trusted-Linux.json +++ b/buildpipeline/DotNet-CoreClr-Trusted-Linux.json @@ -327,27 +327,6 @@ "workingFolder": "", "failOnStandardError": "false" } - }, - { - "environment": {}, - "enabled": true, - "continueOnError": true, - "alwaysRun": false, - "displayName": "Cleanup VSTS Agent", - "timeoutInMinutes": 0, - "condition": "always()", - "refName": "Task15", - "task": { - "id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9", - "versionSpec": "1.*", - "definitionType": "task" - }, - "inputs": { - "filename": "$(Build.SourcesDirectory)/Tools/msbuild.sh", - "arguments": "cleanupagent.proj /p:AgentDirectory=$(Agent.HomeDirectory) /p:DoClean=$(PB_CleanAgent)", - "workingFolder": "$(Build.SourcesDirectory)/Tools/scripts/vstsagent/", - "failOnStandardError": "false" - } } ], "options": [ @@ -539,4 +518,4 @@ "revision": 418098432, "visibility": "organization" } -} \ No newline at end of file +} -- 2.7.4