Skip to content

Commit

Permalink
Merge pull request microsoft#4154 from iclanton/revert-pipelines
Browse files Browse the repository at this point in the history
Revert pipelines to before microsoft#4152
  • Loading branch information
iclanton authored Jun 2, 2023
2 parents cddc381 + 271a991 commit 3d1cf9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions common/config/azure-pipelines/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ steps:
- checkout: self
persistCredentials: true
- template: templates/build.yaml
# - template: templates/bump-versions.yaml
# parameters:
# VersionPolicyName: noRush
# BranchName: $(SourceBranch)
- template: templates/bump-versions.yaml
parameters:
VersionPolicyName: noRush
BranchName: $(SourceBranch)
- template: templates/publish.yaml
parameters:
VersionPolicyName: noRush
Expand Down
4 changes: 2 additions & 2 deletions common/config/azure-pipelines/templates/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ steps:
displayName: 'git config email'
- 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'
- script: 'node common/scripts/install-run-rush.js retest --verbose --production'
Expand Down
2 changes: 1 addition & 1 deletion common/config/azure-pipelines/templates/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 --tag dev'
- script: 'node common/scripts/install-run-rush.js publish --apply --publish --include-all --target-branch ${{ parameters.BranchName }} --add-commit-details --set-access-level public'
displayName: 'Rush Publish (Policy: ${{ parameters.VersionPolicyName }})'
env:
NPM_AUTH_TOKEN: $(npmToken)

0 comments on commit 3d1cf9f

Please sign in to comment.