1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-08 09:43:42 +01:00
bitwarden-browser/.az-pipelines/sign-windows-artifacts.yml

16 lines
225 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:
displayName: 'Git Release Artifacts'
- script: |
npm install
npm run build
displayName: 'npm install and build'