Skip to content

Commit f4e27ec

Browse files
committed
fix: Ignore the Unit Test Window from package creation - since Unit Testing is not a component of the UPM package.
1 parent 477322c commit f4e27ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/PackageConfigurations/eos_package_description.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
{"src": "Assets/Readme/*.txt", "dest": "Samples~/Samples/StandardSamples/Readme/" },
5858

5959
{"ignore_regex": "Assets/Plugins/Windows/.*/steam_api\\.dll" },
60-
{"ignore_regex": "Assets/Plugins/Windows/.*/steam_api64\\.dll" }
60+
{"ignore_regex": "Assets/Plugins/Windows/.*/steam_api64\\.dll" },
61+
{"ignore_regex": "EOSUnitTestSettingsWindow" }
6162
],
6263
"blacklist": [
6364
"*.png"

0 commit comments

Comments
 (0)