mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
CI - Include Hosting folder
This commit is contained in:
parent
5b7da43d5c
commit
56b8ff3304
@ -50,10 +50,10 @@ plugins:
|
|||||||
- - '@semantic-release/exec'
|
- - '@semantic-release/exec'
|
||||||
- prepareCmd: "rm -f -r Assets/Mirror/Tests && rm -f Assets/Mirror/Tests.meta"
|
- prepareCmd: "rm -f -r Assets/Mirror/Tests && rm -f Assets/Mirror/Tests.meta"
|
||||||
|
|
||||||
# Remove EdgeGap Hosting folder so it's excluded from Unity package
|
# # Remove EdgeGap Hosting folder so it's excluded from Unity package
|
||||||
# -f: force, -r: recursive
|
# # -f: force, -r: recursive
|
||||||
- - '@semantic-release/exec'
|
# - - '@semantic-release/exec'
|
||||||
- prepareCmd: "rm -f -r Assets/Mirror/Hosting && rm -f Assets/Mirror/Hosting.meta"
|
# - prepareCmd: "rm -f -r Assets/Mirror/Hosting && rm -f Assets/Mirror/Hosting.meta"
|
||||||
|
|
||||||
# Move ScriptTemplates to Mirror folder so they're included in Unity package
|
# Move ScriptTemplates to Mirror folder so they're included in Unity package
|
||||||
# There's an editor script that moves them back to Assets when imported to Unity
|
# There's an editor script that moves them back to Assets when imported to Unity
|
||||||
|
Loading…
Reference in New Issue
Block a user