-
Notifications
You must be signed in to change notification settings - Fork 137
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 and push nuget artifacts #3110
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The |
I will add this to the PR desc |
Environment and secret created + PR description updated |
* Add push nuget workflow job. Refactor magefile to only pack nuget not pack&push Signed-off-by: Ivan Pavlovic <[email protected]>
Signed-off-by: Ivan Pavlovic <[email protected]>
What type of PR is this?
This is an improvement PR
What this PR does / why we need it:
This PR add workflow jobs that pack and push nuget artifacts, Armada clients
Special notes for your reviewer:
Magefile target that was doing both pack and push (named
PushNuget
), has been refactored to only pack nuget, thus implementing single responsibility principle.Prerequisites:
nuget-release
with theNUGET_API_KEY
secret