Skip to content

Commit

Permalink
Remove debug legs from CI build (#6685)
Browse files Browse the repository at this point in the history
  • Loading branch information
jander-msft authored and github-actions committed May 20, 2024
1 parent 61a742c commit 05f0a72
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 05f0a72

Please sign in to comment.