-
Notifications
You must be signed in to change notification settings - Fork 636
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
DYN-6901 Pm - publish version preview fix #15360
DYN-6901 Pm - publish version preview fix #15360
Conversation
- plotting out the publishing process with series of tests
- previously dynamo would add dyf and dll files regardless of the capitalization of the extesion. However - however, when copying the files this was not respected - now also copies the files awith upper capitalization
- fixed caps extension issue in preview and remove
- confirm that the original custom definition files will be deleted during the build process - fixed a few more extension capitalizations
- rework on the way the content structure is recreated (files and folders relationships) - additional test coverage to assert edge case scenarios
- rework of most of the logic behind retaining folder structure - fixing tests
- we cannot really allow to keep the existing pkg.json file because that will invalidate the form filling part of the process
…tructure-updates-rework
…ructure-updates-rework
- this was a mix-up of the old way of displaying custom nodes and the new ones only
…tructure-updates-rework-publishversion
…nfolderstructure-updates-rework-publishversion
…tructure-updates-rework-publishversion
hi @dnenov Please resolve the merge conflicts |
…tructure-updates-rework-publishversion
- we need to create pkg.json in all cases, according to current design
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.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-6901
UI Smoke TestsTest: success. 11 passed, 0 failed. |
All resolved on this side now @QilongTang ! |
Purpose
A small PR that fixes an edge-case where the Custom Definitions won't preview correctly under the
Publish Version
workflow.Based on the #15314 series.
Before
After
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Reviewers
@QilongTang
@zeusongit
@reddyashish
FYIs
@Amoursol