From 05f0a72e940bc4e184c0f6b951ea5a81fd8b2a56 Mon Sep 17 00:00:00 2001 From: Justin Anderson Date: Mon, 20 May 2024 14:35:41 -0700 Subject: [PATCH] Remove debug legs from CI build (#6685) --- eng/pipelines/dotnet-monitor-official.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/pipelines/dotnet-monitor-official.yml b/eng/pipelines/dotnet-monitor-official.yml index 7d606f0b492..d680f5483cc 100644 --- a/eng/pipelines/dotnet-monitor-official.yml +++ b/eng/pipelines/dotnet-monitor-official.yml @@ -82,7 +82,6 @@ extends: parameters: jobTemplate: /eng/pipelines/jobs/build-binaries.yml@self includeArm64: ${{ or(ne(variables['System.TeamProject'], 'public'), eq(parameters.useHelix, 'true')) }} - includeDebug: true jobParameters: publishBinaries: true publishArtifacts: ${{ and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}