Skip to content

Upload CLI package artifacts#16

Merged
rndv1 merged 2 commits into
mainfrom
feature/package-artifacts
May 17, 2026
Merged

Upload CLI package artifacts#16
rndv1 merged 2 commits into
mainfrom
feature/package-artifacts

Conversation

@rndv1
Copy link
Copy Markdown
Owner

@rndv1 rndv1 commented May 17, 2026

Summary

  • upload the packed SnapForge .nupkg from the Build workflow
  • keep artifacts short-lived with a 7 day retention window
  • document how maintainers can use CI package artifacts for branch verification

Verification

  • dotnet build --no-restore --configuration Release
  • dotnet test --no-build --configuration Release --verbosity normal
  • dotnet pack src/SnapForge.Cli/SnapForge.Cli.csproj --no-build --configuration Release --output artifacts/packages
  • git diff --check origin/main...HEAD

@rndv1 rndv1 merged commit 244095b into main May 17, 2026
1 check passed
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.

1 participant