mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
working on blocking out signing pipeline
This commit is contained in:
parent
c641d2641d
commit
026392d4a1
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user