Skip to content

Commit

Permalink
continuous build: use vsts feed
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed May 30, 2018
1 parent 348b19d commit 9ab6f34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/tfs/continuous-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ phases:
inputs:
customRegistry: useFeed
customFeed: 'd28dd4e6-8e53-406e-8887-22f7c4dffd0c'
- task: npmAuthenticate@0
displayName: NPM Authenticate
- powershell: |
yarn gulp electron
displayName: Download Electron
Expand Down Expand Up @@ -68,6 +70,8 @@ phases:
inputs:
customRegistry: useFeed
customFeed: 'd28dd4e6-8e53-406e-8887-22f7c4dffd0c'
- task: npmAuthenticate@0
displayName: NPM Authenticate
- script: |
yarn gulp electron-x64
displayName: Download Electron
Expand Down Expand Up @@ -101,6 +105,8 @@ phases:
inputs:
customRegistry: useFeed
customFeed: 'd28dd4e6-8e53-406e-8887-22f7c4dffd0c'
- task: npmAuthenticate@0
displayName: NPM Authenticate
- script: |
yarn gulp electron-x64
displayName: Download Electron
Expand Down

0 comments on commit 9ab6f34

Please sign in to comment.