Skip to content

Commit

Permalink
maui-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
danzuep committed Dec 6, 2023
1 parent 7c15544 commit d30e8eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,15 @@ jobs:
- name: Install .NET MAUI
shell: pwsh
run: |
echo "Project Name: ${{ inputs.projectName }}";
echo ".NET Version: ${{ env.DotNetVersion }}";
dotnet --version;
echo "Project Name: ${{ inputs.projectName }}";
dotnet workload list;
dotnet workload install maui-android;
dotnet workload list;
dotnet workload install maui-ios;
dotnet workload list;
dotnet workload install maui;
# dotnet nuget locals all --clear;
# dotnet workload restore;
# dotnet workload install maui-android maui-ios;
Expand Down

0 comments on commit d30e8eb

Please sign in to comment.