diff --git a/IaC/build-android.ps1 b/IaC/build-android.ps1 index 55d74be..e5b6f45 100644 --- a/IaC/build-android.ps1 +++ b/IaC/build-android.ps1 @@ -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 \ No newline at end of file