-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PM-13356] Fix iOS build by pinning dotnet and MAUI version (#3410)
* Pinning MauiVersion hardcoded to 8.0.7 to avoid using the MauiVersion variable. Also pinning .NET version to use to 8.0.7 so it's the same one as the latest public release. * Pinned dotnet version to 8.0.303 which was the latest one of the latest public release * Added global json to pin .NET version to use and added diagnostic logs on dotnet publish, also commented other workflows. * Set TargetPlatformVersion in Directory Build props * test moving global.json * Check out the repo first so global.json is available * Remove workloadVersion from global.json * pin maui install version * Try workload restore * Adding workload restore * Use ios workload instead * Set specific MAUI workload to install to 8.0.402 * Fix MAUI workload install to 8.0.300 * Add step to remove dotnet * Update sdk / maui to 8.0.402 * Bumped xcode to 15.4 * Revert build.yml comments * Revert csproj and build.props * Remove diag flag * Android / F-droid: Install pinned version of maui workload instead of latest * Android / F-Droid: checkout repo earlier in the build process so global.json is used --------- Co-authored-by: Federico Maccaroni <[email protected]>
- Loading branch information
Showing
3 changed files
with
36 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "8.0.402", | ||
"rollForward": "disable" | ||
} | ||
} |