-
Notifications
You must be signed in to change notification settings - Fork 183
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
Add warning message to old unused package #2064
Conversation
The following pipelines have been queued for testing: |
eng/common/pipelines/templates/steps/update-docsms-metadata.yml
Outdated
Show resolved
Hide resolved
eng/common/pipelines/templates/steps/update-docsms-metadata.yml
Outdated
Show resolved
Hide resolved
We found this situation happening in other repos as well (.NET specifically but others could be impacted). After chatting with @weshaggard we should consider raising a warning when files are specified which do not have corresponding This will prevent build errors and keep the processing logic identical. We should also open up work items to enumerate all of the packages which don't produce PackageInfo so we can figure out if anything special needs to be done for those packages or their information in ci.yml |
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
Hello @azure-sdk! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
The original way of reading *.json under
PackageInfo
is not working at the case which artifact is under ci.yml but old mgmt which is not used anymore.The PR is to skip the old unused package and throw warning message.
The test pipeline:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1127833&view=results