-
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
Create GitHub Actions #49
Comments
This is truly easy to do, I will gladly help. Check http://www.csharp4u.com/2017/02/creating-open-source-project-automating.html for my experience. Tying it up to deploy your NuGet package, you can see https://www.codeproject.com/Tips/806257/Automating-NuGet-Package-Creation-using-AppVeyor for steps. I will play with building a NuGet package for DissectPECOFFBinary and blog about it. ;-) |
From what I've heard AppVeyor is easy to set up, other things just ended up taking higher priority. I'll take a look at your links. |
I realize there's a PR for this, but at this point, it may be somewhat stale. It may be better to start with a clean slate when I work on the v3 engine. |
Still looking for help on this in 2024. I know I should just get it done, but.... :| |
Should really make the build process happen somewhere else other than my laptop :). Consider using AppVeyor to do this.
The text was updated successfully, but these errors were encountered: