You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pack packages and publish them as an AzDO artifact during publish operations. (#5594)
* Add package packing and artifact publishing to AzDO pipelines
Refactor npm-publish and npm-publish-rush pipelines to pack all packages
and publish them as pipeline artifacts in addition to publishing to npm.
Add a publishToNpmFeed parameter (default: true) to optionally disable
npm feed publishing and only produce pipeline artifacts.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Add Claude Code local configuration to gitignore
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix YAML parse error by moving condition inside templates
Azure Pipelines doesn't support condition on template calls directly.
Move the publishToNpmFeed condition inside the publish.yaml template
and pass the parameter from the pipeline files.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Add --publish flag to rush publish --pack command
The --pack parameter requires --publish to be specified for it to
actually pack the packages.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* fixup! Fix YAML parse error by moving condition inside templates
* Add outputParentDirectory to templateContext in npm-publish YAML files
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments