build script for maui apk adjusted 2 #2

Open
itob wants to merge 29 commits from development into master
Showing only changes of commit eecf5eb4c6 - Show all commits

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