mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
18 lines
295 B
YAML
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'
|