File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 build-sentry-native :
15- if : false
1615 name : sentry-native (${{ matrix.rid }})
1716 runs-on : ${{ matrix.os }}
1817 container : ${{ matrix.container }}
7473 shell : pwsh
7574
7675 build :
77- if : false
7876 needs : build-sentry-native
7977 name : .NET (${{ matrix.rid }})
8078 runs-on : ${{ matrix.os }}
@@ -274,7 +272,6 @@ jobs:
274272 path : integration-test
275273
276274 msbuild :
277- if : false
278275 needs : build-sentry-native
279276 name : MSBuild
280277 runs-on : windows-latest
@@ -319,7 +316,6 @@ jobs:
319316 # Unsupported Native AOT runtimes should have SentryNative auto-disabled
320317 # to avoid native library loading errors on startup.
321318 unsupported-aot :
322- if : false
323319 needs : build
324320 name : Unsupported AOT (${{ matrix.rid }})
325321 runs-on : ${{ matrix.os }}
@@ -359,7 +355,6 @@ jobs:
359355 path : integration-test/aot.Tests.ps1
360356
361357 trim-analysis :
362- if : false
363358 needs : build-sentry-native
364359 name : Trim analysis
365360 runs-on : macos-15
@@ -402,7 +397,7 @@ jobs:
402397
403398 test-solution-filters :
404399 runs-on : ubuntu-22.04
405- if : false
400+ if : ${{ !startsWith(github.ref_name, 'release/') }}
406401
407402 steps :
408403 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 6161 tfm : [net9.0]
6262 # Must be 34+ for new apps and app updates as of August 31, 2024.
6363 # See https://apilevels.com/
64- api-level : [36]
64+ api-level : [34, 36]
6565 env :
6666 DOTNET_CLI_TELEMETRY_OPTOUT : 1
6767 DOTNET_NOLOGO : 1
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 ios-tests :
15- if : false
1615 runs-on : macos-15
1716 env :
1817 DOTNET_CLI_TELEMETRY_OPTOUT : 1
You can’t perform that action at this time.
0 commit comments