1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-11 08:46:16 +01:00
bitwarden-estensione-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'