-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Updated nuget release packages #3322
Updated nuget release packages #3322
Conversation
- name : Pack (ApplicationLogs) | ||
if: steps.check_tag.outputs.statusCode == '404' | ||
run: | | ||
dotnet pack ./src/Plugins/ApplicationLogs \ | ||
--configuration Release \ | ||
--output ./out |
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.
Can easily be moved under matrix strategy in order to avoid code duplication between the Pack (*)
steps and run them in parallel.
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.
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.
yes i know. I will be fixing all these workflows.
Refactor see PR #3338 |
Change Log
plugins
to Release for nugetType of change
Checklist: