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

Cleanup azure pipelines steps #1390

Merged
merged 3 commits into from
Nov 6, 2023

Conversation

marcelwgn
Copy link
Collaborator

Description

Cleans up pipeline and adds displaynames for steps

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

inputs:
command: 'restore'
restoreSolution: '**/*.sln'
feedsToUse: 'config'
nugetConfigPath: '$(System.DefaultWorkingDirectory)\nuget.config'

- task: PowerShell@2
displayName: GenerateTestPFX.ps1
displayName: Generate test signing certificate
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: the display names should all have the first letter capitalized as it's a title.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I've updated the titles now, but didn't capitalize words like "for". Hope thats fine.

@karkarl karkarl merged commit 8615643 into microsoft:main Nov 6, 2023
2 checks passed
karkarl pushed a commit that referenced this pull request Jul 15, 2024
## Description
<!--- Describe your changes in detail -->
Cleans up pipeline and adds displaynames for steps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants