Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .ado/azure-pipelines.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ extends:

- script: |
yarn
displayName: 'yarn install --immutable'
displayName: 'yarn install'

- script: |
yarn buildci
yarn lage buildci
displayName: 'yarn buildci [build + test + lint]'

- script: |
Expand Down Expand Up @@ -116,8 +116,8 @@ extends:
displayName: 'List downloaded tarballs'

- script: |
yarn --immutable
displayName: 'yarn install --immutable'
yarn
displayName: 'yarn install'

- script: |
yarn config set npmPublishAccess public
Expand Down
Loading