Some checks failed
Restart Docker Container on Production / build (pull_request) Failing after 6s
7 lines
199 B
PowerShell
7 lines
199 B
PowerShell
$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 |