Skip to content

Commit

Permalink
another variant
Browse files Browse the repository at this point in the history
  • Loading branch information
matouskozak committed Jan 29, 2025
1 parent b81e204 commit ac3d9b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ parameters:
# triggeredAutomatically: false
# monoAotLlvmContainsChange: false
# - ${{ if and(eq(variables['Build.Reason'], 'PullRequest'), eq(variables['monoAotLlvmContainsChange'], true), eq(variables['triggeredAutomatically'], true)) }}
jobs:
- ${{ if and(eq(variables['Build.Reason'], 'PullRequest'), eq(variables['monoAotLlvmContainsChange'], true), eq(variables['triggeredAutomatically'], true)) }}
jobs:
#
# iOS/tvOS devices - Full AOT + AggressiveTrimming to reduce size
# Build the whole product using Mono and run libraries tests
Expand Down

0 comments on commit ac3d9b8

Please sign in to comment.