Skip to content

Commit

Permalink
Don't install yarn in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed May 10, 2019
1 parent 03479d0 commit ddb8239
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ jobs:
inputs:
versionSpec: '8.x'
displayName: 'Install Node.js'
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
inputs:
versionSpec: "1.9.4"
displayName: 'Install Yarn'
- script: |
npm i
displayName: 'Install dependencies and build'
Expand Down

0 comments on commit ddb8239

Please sign in to comment.