1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-30 04:17:55 +02:00

PM-3349 build.yml add Android "prod" variant

This commit is contained in:
Federico Maccaroni 2023-11-23 16:32:10 -03:00
parent 6c143bad57
commit 04e409f3c6
No known key found for this signature in database
GPG Key ID: 5D233F8F2B034536

View File

@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
variant: ["qa"]
variant: ["prod", "qa"]
env:
android_folder_path: src/App/Platforms/Android
steps:
@ -180,8 +180,6 @@ jobs:
Write-Output "########################################"
dotnet build $projToBuild -c $configuration -f ${{ env.target-net-version }}-android
# msbuild "$($env:GITHUB_WORKSPACE + "/src/App/App.csproj")" "/p:Configuration=$configuration"
shell: pwsh
- name: Sign Android Build