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

Create a basic GitHub Actions pipeline #18

Merged

Conversation

MattKotsenas
Copy link
Collaborator

@MattKotsenas MattKotsenas commented May 30, 2024

Create a basic GitHub actions pipeline for build / test. I've commented out code relating to making NuGet packages build artifacts, and commented out the NuGet publish step from the release pipeline. Those are tracked via issues.

I also added a global.json so that the actions runner uses a consistent version of the dotnet SDK.

Fixes #10.

@rjmurillo rjmurillo self-assigned this May 30, 2024
@rjmurillo
Copy link
Owner

We'll want to refactor how the CodeQL (and future pipelines) work to reuse steps

@rjmurillo rjmurillo merged commit c1b1d42 into rjmurillo:master May 30, 2024
2 checks passed
@MattKotsenas MattKotsenas deleted the feature/github-actions-pipeline branch May 30, 2024 19:08
@rjmurillo rjmurillo added this to the Next Major Release milestone May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CI/CD pipeline
2 participants