We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b18009 commit cf34fe2Copy full SHA for cf34fe2
integration-test/cli.Tests.ps1
@@ -165,7 +165,7 @@ Describe 'MAUI' -ForEach @(
165
'maui-app.pdb'
166
)
167
$result.ScriptOutput | Should -AnyElementMatch 'Uploaded a total of 1 new mapping files'
168
- $result.ScriptOutput | Should -AnyElementMatch 'Found 17 debug information files \(1 with embedded sources\)'
+ $result.ScriptOutput | Should -AnyElementMatch 'Found 25 debug information files \(1 with embedded sources\)'
169
}
170
171
It "uploads symbols and sources for an iOS build" -Skip:(!$IsMacOS) {
0 commit comments