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

Nuget packages: prerelease for each commit and non-prerelease for each git tag? via GitHub Actions #94

Closed
knocte opened this issue Aug 27, 2024 · 2 comments · Fixed by nblockchain/Mali#28, nblockchain/Mali#29, nblockchain/Mali#31, nblockchain/Mali#34 or #99

Comments

@knocte
Copy link

knocte commented Aug 27, 2024

Description

Following up wrt this: #90 (comment)

Public API Changes

  • Each commit in the main branch would map to a prerelease in nuget.org.
  • Each git tag would map to a non-prerelease in nuget.org.

Intended Use-Case

Easier to consume. (We currently consume this repo via git submodule but would prefer using nuget instead.)
We're open to create a PR for this, that can publish the packages in nuget.org with GitHubActions.

@knocte
Copy link
Author

knocte commented Sep 9, 2024

@jsuarezruiz ping? as you suggested in issue 90, I created an issue.

@jsuarezruiz
Copy link
Owner

@jsuarezruiz ping? as you suggested in issue 90, I created an issue.

Sorry for the delay. Sounds good to me, go ahead with the PR for the GitHub Action etc if you want.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.