[Spec] Publishing MAUI apps should be consistent across platforms from the command line for CI/CD #3283
Closed
2 tasks done
Labels
area-publishing
Issues with the app packaging/publishing process (ipk/apk/msix/trimming)
proposal/open
Goal: Make
dotnet publish
relatively consistent and relatively free of platform specific arguments required...Consider the following scenario for building in CI:
dotnet publish -f net6.0-android -c Release -o ./artifacts
Expected output:
./artifacts/com.app.id.aab
(Signed)./artifacts/com.app.id.apk
(Signed)dotnet publish -f net6.0-ios -c Release -o ./artifacts
Expected output:
./artifacts/com.app.id.app
./artifacts/com.app.id.ipa
Android Make dotnet publish more consistent android#6393
iOS Make dotnet publish more consistent xamarin/xamarin-macios#12997
The text was updated successfully, but these errors were encountered: