Skip to content

Commit

Permalink
continuous build: use vsts npm feed
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed May 30, 2018
1 parent 06fdd10 commit c717348
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions build/tfs/continuous-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ phases:
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
inputs:
versionSpec: "1.3.2"
- powershell: |
yarn
displayName: Install Dependencies
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-task.Yarn@2
displayName: Yarn
inputs:
customRegistry: useFeed
customFeed: 'd28dd4e6-8e53-406e-8887-22f7c4dffd0c'
- powershell: |
yarn gulp electron
displayName: Download Electron
Expand Down Expand Up @@ -61,9 +63,11 @@ phases:
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
inputs:
versionSpec: "1.3.2"
- script: |
yarn
displayName: Install Dependencies
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-task.Yarn@2
displayName: Yarn
inputs:
customRegistry: useFeed
customFeed: 'd28dd4e6-8e53-406e-8887-22f7c4dffd0c'
- script: |
yarn gulp electron-x64
displayName: Download Electron
Expand Down Expand Up @@ -92,9 +96,11 @@ phases:
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
inputs:
versionSpec: "1.3.2"
- script: |
yarn
displayName: Install Dependencies
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-task.Yarn@2
displayName: Yarn
inputs:
customRegistry: useFeed
customFeed: 'd28dd4e6-8e53-406e-8887-22f7c4dffd0c'
- script: |
yarn gulp electron-x64
displayName: Download Electron
Expand Down

0 comments on commit c717348

Please sign in to comment.