From b1d667e20de8082d8b1dbfea9f9c68fcdef8532e Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Thu, 15 Feb 2018 15:36:46 -0800 Subject: [PATCH] Increase logging level to detailed for linux legs We don't have enough information about what is taking extra time so to help diagnose this we are increasing the logging to detailed. Commit migrated from https://github.com/dotnet/core-setup/commit/4f0fcecc33bebadaf8dbbf6ac09b66d9c6ac1d27 --- src/installer/buildpipeline/Core-Setup-Linux-BT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/buildpipeline/Core-Setup-Linux-BT.json b/src/installer/buildpipeline/Core-Setup-Linux-BT.json index 2a91d80..19c4026 100644 --- a/src/installer/buildpipeline/Core-Setup-Linux-BT.json +++ b/src/installer/buildpipeline/Core-Setup-Linux-BT.json @@ -867,7 +867,7 @@ "isSecret": true }, "DistroSpecificMSBuildArguments": { - "value": "/flp:v=diag /p:TargetArchitecture=$(PB_TargetArchitecture) /p:PortableBuild=false /p:ConfigurationGroup=$(BuildConfiguration) /p:OSGroup=Linux /p:OfficialBuildId=$(OfficialBuildId)" + "value": "/flp:v=diag /clp:v=detailed /p:TargetArchitecture=$(PB_TargetArchitecture) /p:PortableBuild=false /p:ConfigurationGroup=$(BuildConfiguration) /p:OSGroup=Linux /p:OfficialBuildId=$(OfficialBuildId)" }, "DistroSpecificMSBuildPublishArgs": { "value": "/p:AzureAccountName=$(PB_AzureAccountName) /p:ContainerName=$(PB_ContainerName) /p:AzureAccessToken=$(PB_AzureAccessToken) /p:ChecksumAzureAccountName=$(PB_ChecksumAzureAccountName) /p:ChecksumContainerName=$(PB_ChecksumContainerName) /p:ChecksumAzureAccessToken=$(PB_ChecksumAzureAccessToken)" -- 2.7.4