diff --git a/common/config/azure-pipelines/npm-publish.yaml b/common/config/azure-pipelines/npm-publish.yaml index e71295fae66..047eddfc0eb 100644 --- a/common/config/azure-pipelines/npm-publish.yaml +++ b/common/config/azure-pipelines/npm-publish.yaml @@ -37,10 +37,10 @@ extends: - template: /common/config/azure-pipelines/templates/build.yaml@self - - template: /common/config/azure-pipelines/templates/bump-versions.yaml@self - parameters: - VersionPolicyName: noRush - BranchName: $(SourceBranch) + # - template: /common/config/azure-pipelines/templates/bump-versions.yaml@self + # parameters: + # VersionPolicyName: noRush + # BranchName: $(SourceBranch) - script: 'node libraries/rush-lib/scripts/plugins-prepublish.js' displayName: 'Prepublish workaround for rush-lib' diff --git a/common/config/azure-pipelines/templates/build.yaml b/common/config/azure-pipelines/templates/build.yaml index 05f11e3d677..b21412a653a 100644 --- a/common/config/azure-pipelines/templates/build.yaml +++ b/common/config/azure-pipelines/templates/build.yaml @@ -10,8 +10,8 @@ steps: - script: 'git config --local user.name Rushbot' displayName: 'git config name' - - script: 'node common/scripts/install-run-rush.js change --verify' - displayName: 'Verify Change Logs' + # - script: 'node common/scripts/install-run-rush.js change --verify' + # displayName: 'Verify Change Logs' - script: 'node common/scripts/install-run-rush.js install' displayName: 'Rush Install' diff --git a/common/config/azure-pipelines/templates/publish.yaml b/common/config/azure-pipelines/templates/publish.yaml index 281d7edae9b..10e78160914 100644 --- a/common/config/azure-pipelines/templates/publish.yaml +++ b/common/config/azure-pipelines/templates/publish.yaml @@ -6,7 +6,7 @@ parameters: default: $(Build.SourceBranchName) steps: - - script: 'node common/scripts/install-run-rush.js publish --apply --publish --include-all --target-branch ${{ parameters.BranchName }} --add-commit-details --set-access-level public' + - script: 'node common/scripts/install-run-rush.js publish --apply --publish --include-all --target-branch release/eslint-pr5055 --add-commit-details --set-access-level public --tag pr5055' displayName: 'Rush Publish (Policy: ${{ parameters.VersionPolicyName }})' env: NPM_AUTH_TOKEN: $(npmToken)