Skip to content

Commit

Permalink
dotnet workload install maui-android
Browse files Browse the repository at this point in the history
  • Loading branch information
danzuep committed Dec 6, 2023
1 parent e745ae0 commit 890de20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
run: |
echo "Project Name: ${{ inputs.projectName }}";
dotnet --version;
dotnet workload restore;
# dotnet nuget locals all --clear
dotnet workload install maui-android maui-ios;
# dotnet nuget locals all --clear;
# dotnet workload restore;
# dotnet workload install maui android ios maccatalyst tvos macos wasm-tools ${{ env.PackageLinks }}
env:
PackageLinks: "--from-rollback-file ${{env.RollbackLink}} --source ${{env.SourceLink}} --source ${{env.NuGetLink}}"
Expand Down

0 comments on commit 890de20

Please sign in to comment.