From 29823a7551e34a59156558220069028a875f22fd Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Wed, 6 Dec 2023 14:35:39 +0100 Subject: [PATCH] Revert "Proguard upload test (#2947)" This reverts commit 22e93a7ee61ee320e207c0f77a1515df9b0f4c6d. --- 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'