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

18 lines
295 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
2020-12-14 22:51:53 +01:00
displayName: 'Git Release Artifacts'
- script: |
npm install
npm run build
displayName: 'npm install and build'