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
|
2020-12-14 23:38:56 +01:00
|
|
|
displayName: 'git release artifacts'
|
2020-12-14 22:51:53 +01:00
|
|
|
|
2020-12-14 23:38:56 +01:00
|
|
|
- script: ls -alh
|
|
|
|
displayName: 'show artifacts'
|
2020-12-14 22:51:53 +01:00
|
|
|
|
|
|
|
- script: |
|
2020-12-14 23:38:56 +01:00
|
|
|
echo 'Signing artifacts'
|
|
|
|
displayName: 'sign artifacts'
|
|
|
|
|
|
|
|
- script: |
|
|
|
|
echo 'Publishing artifacts'
|
|
|
|
displayName: 'publish artifacts'
|