working on blocking out signing pipeline
This commit is contained in:
parent
c641d2641d
commit
026392d4a1
|
@ -8,10 +8,15 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
connection: joseph-flinn
|
connection: joseph-flinn
|
||||||
userRepository: joseph-flinn/desktop
|
userRepository: joseph-flinn/desktop
|
||||||
|
displayName: 'git release artifacts'
|
||||||
|
|
||||||
displayName: 'Git Release Artifacts'
|
- script: ls -alh
|
||||||
|
displayName: 'show artifacts'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
npm install
|
echo 'Signing artifacts'
|
||||||
npm run build
|
displayName: 'sign artifacts'
|
||||||
displayName: 'npm install and build'
|
|
||||||
|
- script: |
|
||||||
|
echo 'Publishing artifacts'
|
||||||
|
displayName: 'publish artifacts'
|
||||||
|
|
Loading…
Reference in New Issue