mirror of
https://github.com/bitwarden/android.git
synced 2024-12-27 11:28:28 +03:00
PM-3349 build.yml add Android "prod" variant
This commit is contained in:
parent
6c143bad57
commit
04e409f3c6
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
variant: ["qa"]
|
variant: ["prod", "qa"]
|
||||||
env:
|
env:
|
||||||
android_folder_path: src/App/Platforms/Android
|
android_folder_path: src/App/Platforms/Android
|
||||||
steps:
|
steps:
|
||||||
|
@ -180,8 +180,6 @@ jobs:
|
||||||
Write-Output "########################################"
|
Write-Output "########################################"
|
||||||
|
|
||||||
dotnet build $projToBuild -c $configuration -f ${{ env.target-net-version }}-android
|
dotnet build $projToBuild -c $configuration -f ${{ env.target-net-version }}-android
|
||||||
# msbuild "$($env:GITHUB_WORKSPACE + "/src/App/App.csproj")" "/p:Configuration=$configuration"
|
|
||||||
|
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Sign Android Build
|
- name: Sign Android Build
|
||||||
|
|
Loading…
Reference in a new issue