Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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