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

Address dotnet 8 compat break #17

Merged
merged 6 commits into from
Nov 24, 2023
Merged

Conversation

cawhitworth
Copy link
Collaborator

.NET 8 changes the behaviour of dotnet pack and dotnet publish to use Debug rather than release by default (whereas all the other commands still default to Debug and not Release, of course.)

We should explicitly specify which it is we want to use.

@cawhitworth cawhitworth marked this pull request as ready for review November 24, 2023 14:39
@cawhitworth cawhitworth self-assigned this Nov 24, 2023
@jamesadevine jamesadevine merged commit 77577c6 into main Nov 24, 2023
9 checks passed
@jamesadevine jamesadevine deleted the chwhitwo/force-debug-release branch November 24, 2023 15:55
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.

None yet

2 participants