Skip to content
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

Some directories are not published #14

Closed
nowsprinting opened this issue Mar 10, 2024 · 2 comments
Closed

Some directories are not published #14

nowsprinting opened this issue Mar 10, 2024 · 2 comments

Comments

@nowsprinting
Copy link
Contributor

Some directories are not published at test-helper.monkey package v0.6.0.
It was published until the previous version.

In the test-helper.monkey package, Editor*, Runtime*, and Tests* are specified in files of package.json.
Tests was published Tests.meta and Tests directory.
But, Editor and Runtime only published meta files.

Package:
https://openupm.com/packages/com.nowsprinting.test-helper.monkey

Build log:
https://dev.azure.com/openupm/openupm/_build/results?view=logs&buildId=40601&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=05a7d88e-decf-5c29-7849-5d16879a64a4

@favoyang
Copy link
Member

It seems something related to the glob rule changed for the files field. Our pipeline update from node 14 to 16 this year, could explain the inconsistent.

I'm not sure where it is documented, but seems * only applies to files, and skips directories. For example, using both Editor and Editor* will make sure both the folder Editor and the meta file Editor.meta are included.

@nowsprinting
Copy link
Contributor Author

Thanks. I try to change the files field.

nowsprinting added a commit to nowsprinting/test-helper.monkey that referenced this issue Mar 10, 2024
Maybe the glob rule changed for the files field from Node 16.
It seems `*` only applies to files and skips directories.

see: openupm/openupm-pipelines#14

fixed #87
nowsprinting added a commit to nowsprinting/Anjin that referenced this issue Mar 10, 2024
Maybe the glob rule changed for the files field from Node 16.
It seems `*` only applies to files and skips directories.

see: openupm/openupm-pipelines#14
nowsprinting added a commit to nowsprinting/test-helper that referenced this issue Mar 20, 2024
Maybe the glob rule changed for the `files` field from Node 16.
It seems `*` only applies to files and skips directories.

see: openupm/openupm-pipelines#14
nowsprinting added a commit to nowsprinting/blender-like-sceneview-hotkeys that referenced this issue Apr 21, 2024
Maybe the glob rule changed for the `files` field from Node 16.
It seems `*` only applies to files and skips directories.

see: openupm/openupm-pipelines#14
nowsprinting added a commit to nowsprinting/create-script-folders-with-tests that referenced this issue Apr 21, 2024
Maybe the glob rule changed for the `files` field from Node 16.
It seems `*` only applies to files and skips directories.

see: openupm/openupm-pipelines#14
nowsprinting added a commit to nowsprinting/test-helper.input that referenced this issue Apr 21, 2024
Maybe the glob rule changed for the `files` field from Node 16.
It seems `*` only applies to files and skips directories.

see: openupm/openupm-pipelines#14
nowsprinting added a commit to nowsprinting/test-helper.random that referenced this issue Apr 21, 2024
Maybe the glob rule changed for the `files` field from Node 16.
It seems `*` only applies to files and skips directories.

see: openupm/openupm-pipelines#14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants