Skip to content

Commit e505c85

Browse files
committed
Adapt to chunked ProGuard upload changes
See: - getsentry/sentry-cli#2918 - getsentry/github-workflows#140
1 parent f408285 commit e505c85

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

integration-test/cli.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@ Describe 'MAUI (<framework>)' -ForEach @(
149149
$result = RunDotnetWithSentryCLI 'build' 'maui-app' $True $True "$framework-android$androidTpv"
150150
Write-Host "UploadedDebugFiles: $($result.UploadedDebugFiles() | Out-String)"
151151
$result.UploadedDebugFiles() | Sort-Object -Unique | Should -Be @(
152+
'/proguard/a5fb4278-bcb5-4464-8585-d811dc3c3959.txt',
152153
'libsentry-android.so',
153154
'libsentry.so',
154155
'libsentrysupplemental.so',
155156
'libxamarin-app.so',
156157
'maui-app.pdb'
157158
)
158-
$result.ScriptOutput | Should -AnyElementMatch 'Uploaded a total of 1 new mapping files'
159159
$result.ScriptOutput | Should -AnyElementMatch "Found 23 debug information files \(1 with embedded sources\)"
160160
}
161161

integration-test/common.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ BeforeAll {
134134
/p:SentryProject=project `
135135
/p:SentryUrl=$url `
136136
/p:SentryAuthToken=dummy `
137+
/p:SentryProGuardUUID=a5fb4278-bcb5-4464-8585-d811dc3c3959 `
137138
| ForEach-Object {
138139
if ($_ -match "^Time Elapsed ")
139140
{

0 commit comments

Comments
 (0)