diff --git a/integration-test/cli.Tests.ps1 b/integration-test/cli.Tests.ps1 index f8d1cc34aa..ff921410fd 100644 --- a/integration-test/cli.Tests.ps1 +++ b/integration-test/cli.Tests.ps1 @@ -153,7 +153,6 @@ Describe 'MAUI' -ForEach @( 'maui-app.pdb' ) $result.ScriptOutput | Should -AnyElementMatch 'Found 17 debug information files \(1 with embedded sources\)' - $result.ScriptOutput | Should -AnyElementMatch 'Uploaded a total of 1 new mapping files' } It "uploads symbols and sources for an iOS build" -Skip:(!$IsMacOS) { diff --git a/integration-test/common.ps1 b/integration-test/common.ps1 index 2aec9f6771..ce25c66b45 100644 --- a/integration-test/common.ps1 +++ b/integration-test/common.ps1 @@ -181,19 +181,6 @@ BeforeAll { throw "Failed to create the test app '$name' from template '$type'." } - if ($type -eq 'maui') - { - @" - - - true - r8 - d8 - - -"@ | Out-File $name/Directory.Build.props - } - if ($type -eq 'console') { AddPackageReference $name 'Sentry'