fix: #718 remove Tests folder from unitypackage (#827)

This commit is contained in:
Paul Pacheco 2019-04-18 08:00:07 -05:00 committed by GitHub
parent 8ebda0fa21
commit 7e487afe51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ build_script:
- cd .. - cd ..
after_build: after_build:
- RMDIR /Q /S Assets\Mirror\Tests
- del /F /Q Assets\Mirror\Tests.meta
- UnityPackager pack Mirror.unitypackage Assets/Mirror Assets/Mirror LICENSE Assets/Mirror/LICENSE - UnityPackager pack Mirror.unitypackage Assets/Mirror Assets/Mirror LICENSE Assets/Mirror/LICENSE
artifacts: artifacts: