From dab8c07644dfd5ef634a28bc964ab90f7e845eac Mon Sep 17 00:00:00 2001 From: chcosta Date: Sun, 26 Mar 2017 10:39:55 -0700 Subject: grab all logs from build (#17531) --- buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'buildpipeline') diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json b/buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json index 9bf5fdf2e1..7c45564a24 100644 --- a/buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json +++ b/buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json @@ -279,7 +279,7 @@ }, "inputs": { "CopyRoot": "$(PB_DockerCopyDest)/corefx", - "Contents": "*.log", + "Contents": "*.log\n**\\*.log", "ArtifactName": "BuildLogs", "ArtifactType": "Container", "TargetPath": "\\\\my\\share\\$(Build.DefinitionName)\\$(Build.BuildNumber)" @@ -323,6 +323,15 @@ } ], "options": [ + { + "enabled": false, + "definition": { + "id": "5bc3cfb7-6b54-4a4b-b5d2-a3905949f8a6" + }, + "inputs": { + "additionalFields": "{}" + } + }, { "enabled": false, "definition": { @@ -476,13 +485,12 @@ "type": "build", "id": 5247, "name": "DotNet-CoreFx-Trusted-Linux-Crossbuild", - "url": "https://devdiv.visualstudio.com/DefaultCollection/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_apis/build/Definitions/5247", "project": { "id": "0bdbc590-a062-4c3f-b0f6-9383f67865ee", "name": "DevDiv", "description": "Visual Studio and DevDiv team project for git source code repositories. Work items will be added for Adams, Dev14 work items are tracked in vstfdevdiv. ", "url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/projects/0bdbc590-a062-4c3f-b0f6-9383f67865ee", "state": "wellFormed", - "revision": 418097503 + "revision": 418097620 } } \ No newline at end of file -- cgit v1.2.3