Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Jul 21, 2021
1 parent bb36cd8 commit 03c0fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ projects, these properties are set in Xamarin.Android.Legacy.targets.
$(BuildDependsOn);
_CopyPackage;
_Sign;
_CreateUniversalApkFromBundle;
</BuildDependsOn>
<IncrementalCleanDependsOn>
_PrepareAssemblies;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ public void DotNetBuild (string runtimeIdentifiers, bool isRelease)
};
} else {
expectedFiles = new string[] {
$"{proj.PackageName}.apk",
$"{proj.PackageName}-Signed.apk",
$"{proj.PackageName}.apk",
"es",
$"{proj.ProjectName}.dll",
$"{proj.ProjectName}.pdb",
Expand Down

0 comments on commit 03c0fbf

Please sign in to comment.