microsoftconnect / intune-app-wrapping-tool-android

Use the Intune App Wrapping Tool for Android to enable Android apps to be managed by Microsoft Intune
29 stars 11 forks source link

Is it possible to automate app wrapping using Azure DevOps? #21

Closed quantumarun closed 5 years ago

quantumarun commented 5 years ago

We are working on integrating Intune MAM for our mobile applications to deploy apps without enrolment. Our apps are already live and were developed long back. To avoid integrating SDK we are evaluating wrapping tool.

Do we have support to integrate Intune wrapping tool to CI/CD system. Do we already have a task in Azure DevOps/Pipeline to automate this or can team provide any plugin/script to automate this?

msintuneappsdk commented 5 years ago

Hi @quantumarun, unfortunately there is no task today in Azure DevOps/Pipeline to automate Intune app wrapping today. If this is something you think should be added to the product, please provide your idea using UserVoice.

There are some customers who have investigated it themselves and successfully been able to wrap apps as a part of their build environment (i.e using Jenkins). There are no plans for us to provide such a script at this time.

quantumarun commented 5 years ago

Is it possible to install Intune App Wrapping Tool on the Azure DevOps Agent?

jacobwardio commented 4 years ago

We're also looking to achieve this. @quantumarun did you ever manage to successfully install on an Azure DevOps Pipeline Agent?

quantumarun commented 4 years ago

I had written some custom tasks to do the wrapping on both Android and iOS. We used an On-Premise system which has Intune Wrapping tool pre-installed but i suppose installing on a hosted agent won't be an issue. If you want, I will host the solution on github, maybe using the Hosted Agent. Let me know.

On Wed, Oct 7, 2020 at 3:46 PM Jacob Ward notifications@github.com wrote:

We're also looking to achieve this. @quantumarun https://github.com/quantumarun did you ever manage to successfully install on an Azure DevOps Pipeline Agent?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/msintuneappsdk/intune-app-wrapping-tool-android/issues/21#issuecomment-704880375, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGQAJ43KAHM4WZR7RVI6ITSJRIJPANCNFSM4GZ7KN5Q .

-- Regards, Arun Gupta

Nathan187 commented 3 years ago

@quantumarun i'd like to see it if you are still offering