Skip to content

Commit

Permalink
Package everything on macOS (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint authored Jun 15, 2022
1 parent 36fb630 commit 5289aea
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,9 @@ jobs:
# list-tests: 'failed'

- name: Pack
# only pack on windows since we need classic .net assemblies
if: startsWith(matrix.os, 'windows')
run: dotnet pack ${{ matrix.slnf }} -c Release --no-build

- name: Pack (MAUI)
# only pack on macos since we need ios native targets included
# Only pack in one build environment. We'll use macOS so we can build for ios/maccatalyst targets
if: startsWith(matrix.os, 'macos')
run: dotnet pack src/Sentry.Maui -c Release --no-build
run: dotnet pack ${{ matrix.slnf }} -c Release --no-build

- name: Upload Verify Results
if: failure()
Expand Down

0 comments on commit 5289aea

Please sign in to comment.