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

Build system #12

Closed
wants to merge 25 commits into from
Closed

Build system #12

wants to merge 25 commits into from

Conversation

mastertnt
Copy link

Create a build pipeline with nuke , the different stages are:

  • restore : Restore all dependencies
  • clean : Clean all binaries
  • compile : Compile the solution in debug or release.
  • pack : create a nuget package

The assembly has been ported to .NET 5.0

@leif81 leif81 linked an issue Oct 13, 2021 that may be closed by this pull request
@mastertnt
Copy link
Author

Do you need more information to merge the PR ?

@leif81
Copy link
Member

leif81 commented Oct 18, 2021

Thanks @mastertnt

The PR is so large it causes the GitHub web UI to crash :) So I've been meaning to find some time to check out the PR locally and inspect.

@mastertnt
Copy link
Author

@leif81 Ok let me know. As i said, If you are interrested, i can become an official maintainer of the library. I am using it in my own project.

@mastertnt
Copy link
Author

No news ? @leif81

@leif81
Copy link
Member

leif81 commented Nov 15, 2021

Is it possible to setup this new build system with Travis or GitHub Actions to show it working. Do you have interest in doing that?

@mastertnt
Copy link
Author

Yes i can do it on my branch

@mastertnt
Copy link
Author

I will restart with Github actions only you can destroy the pull request

@leif81 leif81 closed this Jan 21, 2022
@chausen
Copy link

chausen commented Aug 30, 2023

Did anything ever come of this? The upgrade to .NET 5.0 so this could be used on Linux would be nice.

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.

Add build pipeline
3 participants