From 8ca36098372ae1d4dabacd7b5f84ca4a25cab3a6 Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Thu, 28 Sep 2017 16:05:49 -0700 Subject: [PATCH] Disable "Extract symbol packages; if release branch, archive" until it can work --- buildpipeline/DotNet-Trusted-Publish-Symbols.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpipeline/DotNet-Trusted-Publish-Symbols.json b/buildpipeline/DotNet-Trusted-Publish-Symbols.json index 9fa31fdb64d5..2e663fc4f221 100644 --- a/buildpipeline/DotNet-Trusted-Publish-Symbols.json +++ b/buildpipeline/DotNet-Trusted-Publish-Symbols.json @@ -41,7 +41,7 @@ } }, { - "enabled": true, + "enabled": false, "continueOnError": false, "alwaysRun": false, "displayName": "Extract symbol packages; if release branch, archive",