From b72a502b12f8beb8ba3c2e8904318165bd9b4fc4 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:37:19 +0100 Subject: [PATCH] Revert "Proguard upload test (#2947)" (#2951) --- integration-test/cli.Tests.ps1 | 1 - integration-test/common.ps1 | 13 ------------- 2 files changed, 14 deletions(-) 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'