Skip to content

build: validate and publish prerelease packages#42

Merged
teesofttech merged 1 commit into
masterfrom
build/nuget-prerelease-workflow
Jun 14, 2026
Merged

build: validate and publish prerelease packages#42
teesofttech merged 1 commit into
masterfrom
build/nuget-prerelease-workflow

Conversation

@teesofttech

Copy link
Copy Markdown
Owner

Summary

  • add NuGet pack validation to CI and upload package artifacts
  • add manual publish workflow inputs for version and dry-run prerelease packaging
  • keep tag-based publishing, with SemVer validation in the workflow
  • fail publishing clearly when NUGET_API_KEY is missing
  • add MIT LICENSE and release process documentation
  • update README install/release guidance

Validation

  • ruby -e "require 'yaml'; YAML.load_file('.github/workflows/ci.yml'); YAML.load_file('.github/workflows/publish-nuget.yml'); puts 'yaml ok'"
  • dotnet build TableauSharp.sln -c Release
  • dotnet test TableauSharp.sln -c Release --no-build
  • dotnet pack src/TableauSharp/TableauSharp.csproj --no-build -c Release -p:ContinuousIntegrationBuild=true -p:PackageVersion=0.1.0-alpha.1 -o ./artifacts
  • inspected generated nupkg contents and nuspec metadata

Closes #25

@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@teesofttech, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 42 minutes and 27 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8c7959f8-4650-4e11-afc9-094e680ba4ab

📥 Commits

Reviewing files that changed from the base of the PR and between 7e6c6b2 and 09274bd.

📒 Files selected for processing (5)
  • .github/workflows/ci.yml
  • .github/workflows/publish-nuget.yml
  • LICENSE
  • README.md
  • docs/release.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch build/nuget-prerelease-workflow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@teesofttech
teesofttech marked this pull request as ready for review June 14, 2026 19:11
Copilot AI review requested due to automatic review settings June 14, 2026 19:11
@teesofttech
teesofttech merged commit 9aec2c5 into master Jun 14, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

build: Add NuGet package validation and prerelease publishing workflow

2 participants