build script for maui apk adjusted
Some checks failed
Restart Docker Container on Production / build (pull_request) Failing after 6s
Some checks failed
Restart Docker Container on Production / build (pull_request) Failing after 6s
This commit is contained in:
parent
0563a9f397
commit
eecf5eb4c6
@ -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
|
dotnet publish -c Release -r android-arm64 -p:PackageFormat=Apk -f net8.0-android34.0 --sc true
|
||||||
Loading…
Reference in New Issue
Block a user