Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 3382fac

Browse files
committed
Don't distribute pdb.meta files
1 parent c055bee commit 3382fac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ xbuild GitHub.Unity.sln /property:Configuration=$Configuration
4646

4747
rm -f unity/PackageProject/Assets/Editor/GitHub/deleteme*
4848
rm -f unity/PackageProject/Assets/Editor/GitHub/*.pdb
49+
rm -f unity/PackageProject/Assets/Editor/GitHub/*.pdb.meta
4950
rm -f unity/PackageProject/Assets/Editor/GitHub/*.xml
5051

5152
Version=`sed -En 's,.*Version = "(.*)".*,\1,p' common/SolutionInfo.cs`

unity/PackageProject/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.dll
22
*.pdb
3+
*.pdb.meta
34
*.mdb
45
*.xml
56
*.local.json

0 commit comments

Comments
 (0)