microsoft / EmbeddedSocial-Android-SDK

SDK for interacting with the Microsoft Embedded Social service from inside your Android app
MIT License
9 stars 14 forks source link

Bintray releases only publish the default release build type #112

Open acrown-msft opened 5 years ago

acrown-msft commented 5 years ago

Summary:

Uploading binaries to bintray uploads only the release version of the SDK named sdk-<version #>.aar

Steps to reproduce:

Run the command "gradlew bintrayUpload" from the Android Studio terminal. You must have the proper credentials stored in your local.properties file.

Expected behavior:

Upload all SDK build types. sdk-<version #>-debug.aar sdk-<version #>-debugStandalone.aar sdk-<version #>-release.aar sdk-<version #>-releaseStandalone.aar

Observed behavior:

Only the release flavor is pushed. It is also not named properly.

Device, Android, and Embedded Social SDK version:

Commit 814b3b7b8d4b050a10572cafb66ab54f4b273230