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

Add CD pipeline #7

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Add CD pipeline #7

merged 1 commit into from
Sep 12, 2024

Conversation

hootanht
Copy link
Owner

Update the CD pipeline to follow best practices for versioning, creating GitHub releases, and publishing to NuGet.

  • Set up Git: Add a step to configure Git user.
  • Determine version number: Add a step to determine the version number.
  • Create GitHub release: Add a step to create a GitHub release with the determined version number.
  • Publish NuGet package: Update the step to publish the package to NuGet.org using the determined version number.

Update the CD pipeline to follow best practices for versioning, creating GitHub releases, and publishing to NuGet.

* **Set up Git**: Add a step to configure Git user.
* **Determine version number**: Add a step to determine the version number.
* **Create GitHub release**: Add a step to create a GitHub release with the determined version number.
* **Publish NuGet package**: Update the step to publish the package to NuGet.org using the determined version number.
@hootanht hootanht merged commit 6d2e68e into master Sep 12, 2024
1 check passed
@hootanht hootanht deleted the add-cd-pipeline branch September 12, 2024 12:33
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.

1 participant