diff --git a/common/config/azure-pipelines/npm-post-publish.yaml b/common/config/azure-pipelines/npm-post-publish.yaml index a95355bc7da..04549b71076 100644 --- a/common/config/azure-pipelines/npm-post-publish.yaml +++ b/common/config/azure-pipelines/npm-post-publish.yaml @@ -136,13 +136,13 @@ extends: - template: /common/config/azure-pipelines/templates/install-run-rush.yaml@self parameters: - Arguments: 'update' - DisplayName: 'Rush Update' + Arguments: 'update-autoinstaller --name plugins' + DisplayName: 'Rush Update Autoinstaller (plugins)' - template: /common/config/azure-pipelines/templates/install-run-rush.yaml@self parameters: - Arguments: 'update-autoinstaller --name plugins' - DisplayName: 'Rush Update Autoinstaller (plugins)' + Arguments: 'update' + DisplayName: 'Rush Update' - bash: | set -e