diff --git a/common/config/azure-pipelines/npm-publish-rush.yaml b/common/config/azure-pipelines/npm-publish-rush.yaml index 4ac6559321a..d446c221af4 100644 --- a/common/config/azure-pipelines/npm-publish-rush.yaml +++ b/common/config/azure-pipelines/npm-publish-rush.yaml @@ -37,23 +37,23 @@ 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) - - template: /common/config/azure-pipelines/templates/bump-versions.yaml@self - parameters: - VersionPolicyName: rush - BranchName: $(SourceBranch) + # - template: /common/config/azure-pipelines/templates/bump-versions.yaml@self + # parameters: + # VersionPolicyName: rush + # BranchName: $(SourceBranch) - script: 'node libraries/rush-lib/scripts/plugins-prepublish.js' displayName: 'Prepublish workaround for rush-lib' - - template: /common/config/azure-pipelines/templates/publish.yaml@self - parameters: - VersionPolicyName: noRush - BranchName: $(SourceBranch) + # - template: /common/config/azure-pipelines/templates/publish.yaml@self + # parameters: + # VersionPolicyName: noRush + # BranchName: $(SourceBranch) - template: /common/config/azure-pipelines/templates/publish.yaml@self parameters: 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..3c494bfe4bd 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/rush-pr4476 --add-commit-details --set-access-level public --tag pr4476' displayName: 'Rush Publish (Policy: ${{ parameters.VersionPolicyName }})' env: NPM_AUTH_TOKEN: $(npmToken)