1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-07 09:31:31 +01:00
bitwarden-browser/.az-pipelines/sign-windows-artifacts.yml
2020-12-14 22:20:39 +00:00

18 lines
295 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: |
npm install
npm run build
displayName: 'npm install and build'