Commit d388485
Add NuGet package packing and artifact upload to CI workflow (#45)
## Summary
- Automatically pack NuGet packages on successful builds
- Upload packages as artifacts for easy download from build details page
- Only runs on non-PR builds and Windows builds to avoid duplication
## Test plan
- [ ] Verify NuGet packages are packed and uploaded on successful
main/develop branch builds
- [x] Verify the step is skipped on pull request builds
- [x] Verify the step is skipped on Ubuntu and macOS builds
- [ ] Download artifacts from a successful build and verify package
contents
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent a484313 commit d388485
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments