Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update common publish task for 1es template pipeline #7705

Closed
wants to merge 2 commits into from

Conversation

benbp
Copy link
Member

@benbp benbp commented Feb 16, 2024

No description provided.

@benbp benbp added the Central-EngSys This issue is owned by the Engineering System team. label Feb 16, 2024
@benbp benbp self-assigned this Feb 16, 2024
@benbp benbp requested a review from scbedd February 16, 2024 20:49
condition: and(succeeded(), ${{ parameters.CustomCondition }})
displayName: 'Publish ${{ parameters.ArtifactName }} Artifacts'
${{ if parameters.DisplayName }}:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this necessary? Do we really need a custom display name? Or perhaps we can set the DisplayName to a default value in the parameter definition to avoid the need for an extra condition here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was finding several places where we were doing publishes in the pipeline that had descriptive names that I thought would be useful to preserve. The conflict is preserving the "failed" description, which I also think was useful. I think we have to pick one or the other.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weshaggard updated a bit to remove the conditional

@benbp
Copy link
Member Author

benbp commented Mar 4, 2024

closing in favor of #7758

@benbp benbp closed this Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants