1
0
mirror of https://github.com/bitwarden/desktop.git synced 2025-02-26 02:51:26 +01:00
bitwarden-desktop/.az-pipelines/sign-windows-artifacts.yml
2020-12-14 21:51:53 +00:00

16 lines
225 B
YAML

trigger: none
pool:
vmImage: 'windows-latest'
steps:
- task: DownloadGitHubRelease@0
inputs:
displayName: 'Git Release Artifacts'
- script: |
npm install
npm run build
displayName: 'npm install and build'