-
Notifications
You must be signed in to change notification settings - Fork 20
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 build pipeline #10
Comments
Hi, I could if you are interrested, define the build pipeline with nuget package at the final step. For the unit tests, i can also initiate something. |
@mastertnt yes that would be very much appreciated! Please submit a pull request when you're ready. |
Ok, i have started. First, i will submit the build pipeline then think about some tests. |
Question : What is the goal of CSharpDis7 ? The latest version of DIS (2010) or a new way to implement ? Can i discard it ? in the build process ? |
Yes the Dis7 folder is for the 2010 version. Yes it's ok to exclude it from the build for now. |
The build process is ready, i am going to test it on a clean machine. |
In the second pass, i will include DIS7. |
Before the pull request, i have:
|
I submitted the PR. If you are interrested, i can become a maintainer of the C# version. |
This project could use a build pipeline to ensure proposed changes don't break the build.
For future work we should integrate a unit tests into the build pipeline.
The text was updated successfully, but these errors were encountered: