-
Notifications
You must be signed in to change notification settings - Fork 23
Add azure pipelines #414
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?
Add azure pipelines #414
Conversation
This reverts commit 298426e.
|
Tested all the package updates. |
rido-min
left a comment
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.
Missing integration with ADO feed
| inputs: | ||
| command: ci | ||
| customRegistry: useFeed | ||
| customFeed: OneCRM/DPX-Tools-Upstream |
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.
we should use our one feed, not this one
|
|
||
| - script: | | ||
| mkdir -p $(Build.ArtifactStagingDirectory)/packages | ||
| for dir in packages/* external/*; do |
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.
nit: why do we have a tree here? can we flat the source tree under packages?
Also, I'd suggest to use npm workspaces, so we can run single commands from the root
Also fixes some leftover bluehawk snippets scripts, and runs an npm audit.