We are using Azure DevOps to create a CI/CD pipeline for our mobile build.
We were able to successfully integrate the latest wrapping tool in the iOS pipeline but struggling to get the latest tool to be used in android.
This is just to ensure that our builds are always using the latest wrapping tool.
In installing the wrapper for android, we are unable to install the exe file silently or unattended mode because of the dialog boxes that needs to be accepted.
Is this possible to run in a PowerShell script? I tried variations and could not find any help for the parameters that the exe file accepts.
InstallAWT.exe /silent
InstallAWT.exe /unattended
InstallAWT.exe /?
InstallAWT.exe /help
We are using Azure DevOps to create a CI/CD pipeline for our mobile build.
We were able to successfully integrate the latest wrapping tool in the iOS pipeline but struggling to get the latest tool to be used in android.
This is just to ensure that our builds are always using the latest wrapping tool.
In installing the wrapper for android, we are unable to install the exe file silently or unattended mode because of the dialog boxes that needs to be accepted.
Is this possible to run in a PowerShell script? I tried variations and could not find any help for the parameters that the exe file accepts.
InstallAWT.exe /silent
InstallAWT.exe /unattended
InstallAWT.exe /?
InstallAWT.exe /help