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 Publish to Nuget Github action #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mpolicki
Copy link
Contributor

This adds a Github action to publish the projects on Nuget. It runs on every push to the master branch, and for each project it checks whether the version in the csproj file is greater than the version on Nuget. If it is, it builds the project and uploads to Nuget.

Note: the Nuget API key must be added as a repository secret under the name NUGET_API_KEY.

@mpolicki mpolicki mentioned this pull request Jul 21, 2021
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