From c91637dc89e63918273152ed3675eb1b285faba2 Mon Sep 17 00:00:00 2001 From: chcosta Date: Wed, 5 Jul 2017 16:29:04 -0700 Subject: [PATCH] Cleanup officialbuild warnings (dotnet/coreclr#12578) * Cleanup officialbuild warnings * Re-enable "sync test native binaries" step Commit migrated from https://github.com/dotnet/coreclr/commit/511099820df8a8ab750a436d5f78ebb9e8b43df1 --- .../DotNet-CoreClr-Trusted-Linux-Crossbuild.json | 18 ------------------ .../buildpipeline/DotNet-CoreClr-Trusted-Linux.json | 18 ------------------ 2 files changed, 36 deletions(-) diff --git a/src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json b/src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json index 312d08c..c75c596 100644 --- a/src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json +++ b/src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json @@ -275,24 +275,6 @@ "enabled": true, "continueOnError": true, "alwaysRun": true, - "displayName": "Cleanup Docker Volume", - "timeoutInMinutes": 0, - "task": { - "id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9", - "versionSpec": "1.*", - "definitionType": "task" - }, - "inputs": { - "filename": "docker", - "arguments": "volume rm $(DockerVolumeName)", - "workingFolder": "", - "failOnStandardError": "false" - } - }, - { - "enabled": true, - "continueOnError": true, - "alwaysRun": true, "displayName": "Cleanup VSTS Agent", "timeoutInMinutes": 0, "task": { diff --git a/src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Linux.json b/src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Linux.json index 882c112..fc68378 100644 --- a/src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Linux.json +++ b/src/coreclr/buildpipeline/DotNet-CoreClr-Trusted-Linux.json @@ -239,24 +239,6 @@ "enabled": true, "continueOnError": true, "alwaysRun": true, - "displayName": "Cleanup Docker Volume", - "timeoutInMinutes": 0, - "task": { - "id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9", - "versionSpec": "1.*", - "definitionType": "task" - }, - "inputs": { - "filename": "docker", - "arguments": "volume rm $(DockerVolumeName)", - "workingFolder": "", - "failOnStandardError": "false" - } - }, - { - "enabled": true, - "continueOnError": true, - "alwaysRun": true, "displayName": "Cleanup VSTS Agent", "timeoutInMinutes": 0, "task": { -- 2.7.4