Skip to content

Commit

Permalink
Revert "Proguard upload test (#2947)"
Browse files Browse the repository at this point in the history
This reverts commit 22e93a7.
  • Loading branch information
vaind committed Dec 6, 2023
1 parent d7a04a8 commit 29823a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion integration-test/cli.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
13 changes: 0 additions & 13 deletions integration-test/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -181,19 +181,6 @@ BeforeAll {
throw "Failed to create the test app '$name' from template '$type'."
}

if ($type -eq 'maui')
{
@"
<Project>
<PropertyGroup>
<SentryUploadAndroidProguardMapping>true</SentryUploadAndroidProguardMapping>
<AndroidLinkTool Condition=`" '`$(AndroidLinkTool)' == '' `">r8</AndroidLinkTool>
<AndroidDexTool Condition=`" '`$(AndroidDexTool)' == '' `">d8</AndroidDexTool>
</PropertyGroup>
</Project>
"@ | Out-File $name/Directory.Build.props
}

if ($type -eq 'console')
{
AddPackageReference $name 'Sentry'
Expand Down

0 comments on commit 29823a7

Please sign in to comment.