1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-11-28 12:35:40 +01:00
bitwarden-desktop/.az-pipelines/sign-windows-artifacts.yml

23 lines
413 B
YAML
Raw Normal View History

2020-12-14 22:51:53 +01:00
trigger: none
pool:
vmImage: 'windows-latest'
steps:
- task: DownloadGitHubRelease@0
inputs:
2020-12-14 23:20:39 +01:00
connection: joseph-flinn
userRepository: joseph-flinn/desktop
displayName: 'git release artifacts'
2020-12-14 22:51:53 +01:00
- script: ls -alh
displayName: 'show artifacts'
2020-12-14 22:51:53 +01:00
- script: |
echo 'Signing artifacts'
displayName: 'sign artifacts'
- script: |
echo 'Publishing artifacts'
displayName: 'publish artifacts'