Skip to content

Commit e7d93a5

Browse files
committed
demove localdb stuff from arm
1 parent d8a669f commit e7d93a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
if: ${{ steps.build.outcome != 'skipped' }}
130130
uses: actions/upload-artifact@v4
131131
with:
132-
name: ${{ runner.os }}-build-logs
132+
name: ${{ matrix.arch && format('{0}-{1}', runner.os, matrix.arch) || runner.os }}-build-logs
133133
path: build.binlog
134134

135135
- name: Test
@@ -142,7 +142,7 @@ jobs:
142142
if: failure()
143143
uses: actions/upload-artifact@v4
144144
with:
145-
name: ${{ runner.os }}-verify-test-results
145+
name: ${{ matrix.arch && format('{0}-{1}', runner.os, matrix.arch) || runner.os }}-verify-test-results
146146
path: "**/*.received.*"
147147

148148
# To save time and disk space, we only create and archive the NuGet packages when we're actually releasing.

Sentry-CI-Build-Windows-arm64.slnf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
6262
"test\\Sentry.Azure.Functions.Worker.Tests\\Sentry.Azure.Functions.Worker.Tests.csproj",
6363
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
64-
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
6564
"test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj",
6665
"test\\Sentry.Google.Cloud.Functions.Tests\\Sentry.Google.Cloud.Functions.Tests.csproj",
6766
"test\\Sentry.Hangfire.Tests\\Sentry.Hangfire.Tests.csproj",

scripts/generate-solution-filters-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ filterConfigs:
103103
- "**/*OpenTelemetry.AspNet.csproj"
104104
# Depends on LocalDb which is x64
105105
- "**/*Sentry.DiagnosticSource.IntegrationTests.csproj"
106+
- "**/*Sentry.EntityFramework.Tests.csproj"
106107

107108
- outputPath: Sentry-CI-CodeQL.slnf
108109
include:

0 commit comments

Comments
 (0)