From 628696bd961bd5c4edcaf58dbefac0401aafad5d Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Fri, 7 Apr 2017 16:38:02 -0500 Subject: [PATCH] Temporarily disable symweb indexing (#10807) --- buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json | 4 ++-- buildpipeline/DotNet-CoreClr-Trusted-Windows.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json index f66e81d..2eb1305 100644 --- a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json +++ b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json @@ -227,7 +227,7 @@ } }, { - "enabled": true, + "enabled": false, "continueOnError": false, "alwaysRun": false, "displayName": "Publish symbols path: \\\\cpvsbuild\\drops\\DotNetCore\\$(Build.DefinitionName)\\$(Build.BuildNumber)\\symbols", @@ -250,7 +250,7 @@ } }, { - "enabled": true, + "enabled": false, "continueOnError": false, "alwaysRun": false, "displayName": "Index Symbols on Symweb", diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Windows.json b/buildpipeline/DotNet-CoreClr-Trusted-Windows.json index 7a66c9d..457fe36 100644 --- a/buildpipeline/DotNet-CoreClr-Trusted-Windows.json +++ b/buildpipeline/DotNet-CoreClr-Trusted-Windows.json @@ -155,7 +155,7 @@ } }, { - "enabled": true, + "enabled": false, "continueOnError": false, "alwaysRun": false, "displayName": "Publish symbols path: \\\\cpvsbuild\\drops\\DotNetCore\\$(Build.DefinitionName)\\$(Build.BuildNumber)\\symbols", @@ -178,7 +178,7 @@ } }, { - "enabled": true, + "enabled": false, "continueOnError": false, "alwaysRun": false, "displayName": "Index Symbols on Symweb", -- 2.7.4