Skip to content

Commit

Permalink
Update device-tests-ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Apr 18, 2023
1 parent 48075de commit fd7d0e6
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/device-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,18 @@ jobs:
- name: Build Cocoa SDK
uses: ./.github/actions/buildcocoasdk

- name: Install .NET Workloads
run: dotnet workload install maui-ios --temp-dir "${{ runner.temp }}"
# - name: Install .NET Workloads
# run: dotnet workload install maui-ios --temp-dir "${{ runner.temp }}"

- name: Restore .NET Dependencies
run: dotnet restore src/Sentry.Bindings.Cocoa --nologo
# - name: Restore .NET Dependencies
# run: dotnet restore src/Sentry.Bindings.Cocoa --nologo

- name: Build Cocoa Bindings
run: dotnet build src/Sentry.Bindings.Cocoa -c Release -f net6.0-ios --no-restore --nologo
# - name: Build Cocoa Bindings
# run: dotnet build src/Sentry.Bindings.Cocoa -c Release -f net6.0-ios --no-restore --nologo

- name: DEBUGGING - Generate bindings
shell: pwsh
run: scripts/generate-cocoa-bindings.ps1

- name: DEBUGGING - Upload bindings project
if: success() || failure()
Expand Down

0 comments on commit fd7d0e6

Please sign in to comment.