-
Notifications
You must be signed in to change notification settings - Fork 641
Updated NPM publish to publish packages as pipeline artifact #5299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Updated NPM publish to publish packages as pipeline artifact #5299
Conversation
… tarballs instead of to npm registry
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
…tifacts' of https://github.com/microsoft/rushstack into ating/update-publish-pipeline-to-publish-packages-as-artifacts
…h publish descriptions for clarity.
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@rushstack/heft-isolated-typescript-transpile-plugin", | |||
"version": "0.2.1", | |||
"version": "0.2.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert this, heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.md, common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/ating-update-publish-pipeline-to-publish-packages-as-artifacts_2025-08-12-23-03.json, and common/changes/@rushstack/heft-isolated-typescript-transpile-plugin/main_2025-08-04-19-18.json
git revert 49122f449afa686b1f94fe333dbdbd86611b58cd 32c99addb55f8fa6dead76131c5d8dfcfb18dcb7 --no-edit
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
This reverts commit 49122f4.
This reverts commit 32c99ad.
…tifacts' of https://github.com/microsoft/rushstack into ating/update-publish-pipeline-to-publish-packages-as-artifacts
This reverts commit 0d4eb88.
Summary
Updated npm publish pipeline to publish packages as pipeline artifact tarballs instead of to npm registry
Details
Modified the common/config/azure-pipelines/npm-publish.yaml file
How it was tested
Impacted documentation