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

Resolves: Add a CI pipeline with GitHub Actions #944

Closed
wants to merge 37 commits into from

Conversation

aleks-ivanov
Copy link

@aleks-ivanov aleks-ivanov commented Aug 3, 2021

The pipeline runs:

  1. CI
  • build and unit tests validation
  • debug assemblies and unit tests results generation
  • uploading artifacts to pipeline run (checkout the PR run of the pipeline for artifact download)

File changes:

  • Code change in src/TestTargets/Types/Types.csproj is because of this error:
/workspaces/clrmd/src/TestTargets/Types/obj/Debug/netcoreapp3.1/Types.AssemblyInfo.cs(15,12): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute [/workspaces/clrmd/src/TestTargets/Types/Types.csproj]
/workspaces/clrmd/src/TestTargets/Types/obj/Debug/netcoreapp3.1/Types.AssemblyInfo.cs(19,12): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute [/workspaces/clrmd/src/TestTargets/Types/Types.csproj]

Additions:

We would like to add Continuous Deployment as well, however we know there are internal procedures often incorporated with Microsoft projects for the packaging, so we wanted to confirm first if what we have as an idea is desirable. The CD would include:

  • commit-based automated versioning
  • NuGet package generation and signing
  • deployment to NuGet.org
  • creation of GitHub Release

Please let us know if you'd like us to include that, if anything could be done better and/or if any other automation is required by the project! We would be happy to improve it to satisfactory completion 🙂

Resolves #943

aleks-ivanov and others added 30 commits August 3, 2021 15:23
@leculver leculver closed this Feb 13, 2023
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.

Add a CI pipeline with GitHub Actions
2 participants