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
Fix package publishing pipeline for non-lerna packages #11707
Conversation
This reverts commit b07f155.
tools/pipelines/templates/include-publish-npm-package-steps.yml
Outdated
Show resolved
Hide resolved
|
Actually, maybe take back my approval...? The test pipeline run seems to not have published anything... the logs of that step just printed the tag name. We might need a bit of extra debugging in the script to see what happened. |
Need to check why the pipeline didn't publish anything
Got it working! Here's the successful run: https://dev.azure.com/fluidframework/internal/_build/results?buildId=89095&view=logs&j=88a4f9f3-7925-540d-9db1-365e924a72d7&t=99b824bb-90f8-50be-43a9-46dc96229166 |
|
This commit is queued for merging with the |
The publish package pipeline currently fails silently when publishing packages that don't use lerna because it is assumed that packagePublishOrder is generated which is not true in this case.