Skip to content

Commit

Permalink
Remove debug legs from CI build (#6687)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Anderson <[email protected]>
  • Loading branch information
github-actions[bot] and jander-msft authored May 21, 2024
1 parent 61a742c commit 3d6756c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-monitor-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')) }}
Expand Down

0 comments on commit 3d6756c

Please sign in to comment.