-
Notifications
You must be signed in to change notification settings - Fork 47
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 GitHub actions to ZigbeeNet #160
Add GitHub actions to ZigbeeNet #160
Conversation
thanks for your PR. I merge it into develop and master, removed appvayor and added $NUGET_API_KEY variable. CI is working, but CD not. |
Sure. Let me check and update you. |
It's expecting release version tag to start with |
Here's first take on the GitHub Actions implementation to ZigbeeNet. In case process does not make sense then please provide feedback and I'll change it.
Maybe notable difference would be using
tag name
from GitHub Release for versioning of the NuGet packages. And those would share the versioning between packages. That can be of course skipped and use only versioning from the.csproj
but of course you would have to increment them manually always.This setup has been put into here for reference for easier review and validation.