We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45c419 commit cbe973fCopy full SHA for cbe973f
1 file changed
.ado/azure-pipelines.publish.yml
@@ -66,8 +66,8 @@ extends:
66
displayName: 'Use Node.js 22.x'
67
68
- script: |
69
- yarn install --immutable
70
- displayName: 'yarn install --immutable'
+ yarn
+ displayName: 'yarn install'
71
72
73
yarn lage buildci
@@ -116,8 +116,8 @@ extends:
116
displayName: 'List downloaded tarballs'
117
118
119
120
121
122
123
yarn config set npmPublishAccess public
0 commit comments