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
1 changed files with 9 additions and 4 deletions

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'