mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +01:00
23 lines
413 B
YAML
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'
|