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
2020-12-14 22:38:56 +00:00

23 lines
413 B
YAML

trigger: none
pool:
vmImage: 'windows-latest'
steps:
- task: DownloadGitHubRelease@0
inputs:
connection: joseph-flinn
userRepository: joseph-flinn/desktop
displayName: 'git release artifacts'
- script: ls -alh
displayName: 'show artifacts'
- script: |
echo 'Signing artifacts'
displayName: 'sign artifacts'
- script: |
echo 'Publishing artifacts'
displayName: 'publish artifacts'