Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of Azure Pipelines for building *.WGT files and releasing them to Github #17

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Abstracted away the password to $CERTIFICATE_PASSWORD
  • Loading branch information
robinkruyt committed Apr 20, 2020
commit c68986b395627c67198979abd02989ea47196374
2 changes: 1 addition & 1 deletion .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
mkdir -p $CERTIFICATE_DIR

echo $(CERTIFICATE) | base64 --decode > $CERTIFICATE_DIR/certificate.p12
tizen security-profiles add -n DebugProfile -a $CERTIFICATE_DIR/certificate.p12 -p 1234
tizen security-profiles add -n DebugProfile -a $CERTIFICATE_DIR/certificate.p12 -p $CERTIFICATE_PASSWORD

- task: CmdLine@2
displayName: Package build
Expand Down