Skip to content

Commit

Permalink
maui-android
Browse files Browse the repository at this point in the history
  • Loading branch information
danzuep committed Dec 6, 2023
1 parent 890de20 commit 7c15544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
run: |
echo "Project Name: ${{ inputs.projectName }}";
dotnet --version;
dotnet workload install maui-android maui-ios;
dotnet workload install maui-android;
# dotnet nuget locals all --clear;
# dotnet workload restore;
# dotnet workload install maui-android maui-ios;
# 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 7c15544

Please sign in to comment.