Skip to content

Commit

Permalink
Update build_publish.yml
Browse files Browse the repository at this point in the history
Added MAUI SDK installation
  • Loading branch information
AndreasReitberger authored Nov 7, 2024
1 parent 450e06f commit d79cf8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Install .NET MAUI
shell: pwsh
run: |
& dotnet nuget locals all --clear
& dotnet workload install maui --source https://api.nuget.org/v3/index.json
& dotnet workload install android ios maccatalyst tvos macos maui wasm-tools maui-maccatalyst --source https://api.nuget.org/v3/index.json
- name: Build
run: dotnet build --configuration Release ./src
- name: Package NuGets
Expand Down

0 comments on commit d79cf8a

Please sign in to comment.