diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fcacbdf132..c28b40aa6c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -134,10 +134,6 @@ steps: - script: | echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc npm exec -- lerna publish from-git --canary --pre-dist-tag canary --preid canary --no-verify-access --yes - yarn install --no-immutable --mode=update-lockfile - git add yarn.lock - git commit -m "update yarn.lock [skip ci]" - git push displayName: 'pre-release canary publish' condition: and(succeeded(), eq(variables.shouldPublish, true)) env: