Skip to content
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

feat: build with reusable workflow #28

Merged
merged 13 commits into from
Jul 25, 2022
Merged

feat: build with reusable workflow #28

merged 13 commits into from
Jul 25, 2022

Conversation

guitarrapc
Copy link
Contributor

@guitarrapc guitarrapc commented Jul 20, 2022

tl;dr;

  • Change CI to use reusable workflow.
    • update-packagejson: use Actions repository's workflow.
    • clean-packagejson-branch: use Actions repository's workflow.
  • Change CI to use actions.
    • setup-dotnet: use Actions repository's action.
    • check-meta: use Actions repository's action.
  • add <IsPackable>bool</IsPackable> to each csproj. This enable dotnet pack sln, no need to pack each csproj.

Note

  • dotnet-build is simple step, so intended not to be reusable workflow.
  • unity-build is also simple step, so intended not to be reusable workflow.

@guitarrapc guitarrapc requested a review from mayuki July 20, 2022 11:05
@guitarrapc guitarrapc merged commit 5fef9af into master Jul 25, 2022
@guitarrapc guitarrapc deleted the feature/build branch July 25, 2022 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants