mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
05d0e9c3db
commit
fb85ad8fd7
@ -83,7 +83,7 @@ build_Android:
|
||||
# - tags # the build process will only be started by git tag commits
|
||||
script:
|
||||
- '& "$env:NUGET_PATH" restore' # restore Nuget dependencies
|
||||
- '[System.IO.File]::WriteAllBytes($(pwd)/fabaccess.keystore, [System.Convert]::FromBase64String($AndroidKeyStore))'
|
||||
- '[System.IO.File]::WriteAllBytes("$(pwd)/fabaccess.keystore", [System.Convert]::FromBase64String($AndroidKeyStore))'
|
||||
- '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Borepin_Android:PackageForAndroid /target:Borepin_Android:SignAndroidPackage /p:AndroidKeyStore="True" /p:AndroidSigningKeyStore="$(pwd)/fabaccess.keystore" /p:AndroidSigningKeyPass="$AndroidKeyStore_Password" /p:AndroidSigningKeyAlias="$AndroidKeyStore_ID" /p:AndroidSigningStorePass="$AndroidKeyStore_Password"' # build the project
|
||||
- rm "$(pwd)/fabaccess.keystore"
|
||||
artifacts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user