Skip to content

Commit ddb8239

Browse files
committed
Don't install yarn in release step
1 parent 03479d0 commit ddb8239

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ jobs:
7171
inputs:
7272
versionSpec: '8.x'
7373
displayName: 'Install Node.js'
74-
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
75-
inputs:
76-
versionSpec: "1.9.4"
77-
displayName: 'Install Yarn'
7874
- script: |
7975
npm i
8076
displayName: 'Install dependencies and build'

0 commit comments

Comments
 (0)