Skip to content

Commit

Permalink
fix (Laerdal.SetupBuildEnvironment.sh): explicitly install workloads …
Browse files Browse the repository at this point in the history
…maui-ios, maui-android and maui-maccatalyst
  • Loading branch information
ksidirop-laerdal committed Oct 1, 2024
1 parent fd8579c commit cdbcc20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Laerdal.Scripts/Laerdal.SetupBuildEnvironment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ sudo dotnet \
install \
ios \
android \
maccatalyst
maccatalyst \
maui-ios \
maui-android \
maui-maccatalyst
declare exitCode=$?
if [ $exitCode != 0 ]; then
echo "##vso[task.logissue type=error]Failed to restore dotnet workloads."
Expand Down

0 comments on commit cdbcc20

Please sign in to comment.