From d3810029ca21c0522f89947aa5830a5f825821f8 Mon Sep 17 00:00:00 2001 From: Mariana Dematte <10743736+maridematte@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:37:50 -0700 Subject: [PATCH] Removing binlog from the build in Code Index pipeline --- azure-pipelines-richnav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-richnav.yml b/azure-pipelines-richnav.yml index f790ca9257d61..9a699c286ceec 100644 --- a/azure-pipelines-richnav.yml +++ b/azure-pipelines-richnav.yml @@ -52,7 +52,7 @@ jobs: displayName: Build inputs: filePath: eng/build.ps1 - arguments: -ci -restore -build -binaryLog -configuration Debug -prepareMachine + arguments: -ci -restore -build -configuration Debug -prepareMachine - task: RichCodeNavIndexer@0 displayName: RichCodeNav Upload