build script for maui apk adjusted #1

Closed
itob wants to merge 1 commits from development into master

View File

@ -1,2 +1,7 @@
cd..
$location = Get-Location
if(!$location.Path.Contains("RBLNews.Web"))
{
cd ../RBLNews.Maui
}
dotnet publish -c Release -r android-arm64 -p:PackageFormat=Apk -f net8.0-android34.0 --sc true