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

Remove debug build and test from CI #3042

Merged
merged 2 commits into from
Jan 6, 2025
Merged

Conversation

jar-stripe
Copy link
Contributor

Why?

Currently, our CI workflow builds and tests the debug and release configurations of the .NET project. This could be useful if we publish the Debug configuration and if there are implementation differences between Debug and release, but as of now this does not apply to our SDK. Removing these steps will save time when building and publishing the SDK.

If we add #if DEBUG conditionals or any other changes that would apply to one configuration but not the other, we should revisit this.

What?

  • removed debug build and run debug test suite steps from ci.yml

… should be no implementation differences between debug and release, and we only publish release
@jar-stripe jar-stripe merged commit b7fb5eb into master Jan 6, 2025
4 checks passed
@jar-stripe jar-stripe deleted the jar/remove-debug-test-from-ci branch January 6, 2025 20:43
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.

2 participants