Goal
Add continuous integration to validate every push and pull request.
Tasks
- Create
.github/workflows/ci.yml
- Trigger:
push and pull_request on main
- Steps: checkout, setup .NET 10, restore, build,
dotnet pack
- Upload
.nupkg as a workflow artifact
Depends on
#1, #2
Acceptance criteria
- Workflow appears green on a clean push to
main
.nupkg artifact is downloadable from the Actions run
Goal
Add continuous integration to validate every push and pull request.
Tasks
.github/workflows/ci.ymlpushandpull_requestonmaindotnet pack.nupkgas a workflow artifactDepends on
#1, #2
Acceptance criteria
main.nupkgartifact is downloadable from the Actions run