File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments