Skip to content

chore: Fix release and CI process for the ClientSDK#98

Merged
jsonbailey merged 5 commits intomainfrom
jb/fix-sdkclient-release
May 12, 2025
Merged

chore: Fix release and CI process for the ClientSDK#98
jsonbailey merged 5 commits intomainfrom
jb/fix-sdkclient-release

Conversation

@jsonbailey
Copy link
Copy Markdown
Contributor

@jsonbailey jsonbailey commented May 8, 2025

We cannot build the client with .NET8 or higher with the maui workloads and still target net6. (https://learn.microsoft.com/en-us/dotnet/core/tools/sdk-errors/netsdk1202) Enabled the global.json during the release build so the dotnet version is consistent with CI.

We cannot build the client with .NET8 or higher with the maui workloads and still target net6. (https://learn.microsoft.com/en-us/dotnet/core/tools/sdk-errors/netsdk1202) Moved the copy global.json into the workflow so the dotnet version is consistent across steps.
@jsonbailey jsonbailey requested a review from a team as a code owner May 8, 2025 16:45
@jsonbailey jsonbailey requested a review from kinyoklion May 9, 2025 20:43
@jsonbailey
Copy link
Copy Markdown
Contributor Author

I pushed this branch mainly as a proof of concept. I'm not sure if we want to enforce the global.json file for local development or not but it does look like it needs to be enforced for at least the CI action (this PR removes that but its the current behavior on main) and the build-release action which doesn't support it and caused a failure when releasing the ClientSDK.

@jsonbailey jsonbailey merged commit d02cf72 into main May 12, 2025
12 checks passed
@jsonbailey jsonbailey deleted the jb/fix-sdkclient-release branch May 12, 2025 13:04
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