We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b4992 commit 35987f0Copy full SHA for 35987f0
1 file changed
.ado/azure-pipelines.publish.yml
@@ -67,10 +67,10 @@ extends:
67
68
- script: |
69
yarn
70
- displayName: 'yarn install --immutable'
+ displayName: 'yarn install'
71
72
73
- yarn buildci
+ yarn lage buildci
74
displayName: 'yarn buildci [build + test + lint]'
75
76
@@ -116,8 +116,8 @@ extends:
116
displayName: 'List downloaded tarballs'
117
118
119
- yarn --immutable
120
+ yarn
121
122
123
yarn config set npmPublishAccess public
0 commit comments