1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

working on blocking out signing pipeline

This commit is contained in:
Joseph Flinn 2020-12-14 22:38:56 +00:00
parent c641d2641d
commit 026392d4a1

View File

@ -8,10 +8,15 @@ steps:
inputs:
connection: joseph-flinn
userRepository: joseph-flinn/desktop
displayName: 'git release artifacts'
displayName: 'Git Release Artifacts'
- script: ls -alh
displayName: 'show artifacts'
- script: |
npm install
npm run build
displayName: 'npm install and build'
echo 'Signing artifacts'
displayName: 'sign artifacts'
- script: |
echo 'Publishing artifacts'
displayName: 'publish artifacts'