You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: common/packaging.targets
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@
7
7
</PropertyGroup>
8
8
9
9
<!-- After the build is done, we copy all the artifacts into two locations:
10
-
..\github-unity-test\GitHubExtensionProject - an empty unity project for testing
11
-
unity\PackageProject - the project we use for packaging
10
+
1) ..\github-unity-test\GitHubExtensionProject - an empty unity project for testing
11
+
2) unity\PackageProject - the project we use for packaging
12
+
and then we copy the meta files from the unity\PackageProject to github-unity-test
12
13
-->
13
14
<TargetName="AfterBuild">
14
15
@@ -25,13 +26,13 @@
25
26
Condition="!$([System.String]::Copy('%(Filename)').Contains('deleteme')) and !$([System.String]::Copy('%(Extension)').Contains('xml')) and !$([System.String]::Copy('%(Extension)').Contains('pdb')) and !$([System.String]::Copy('%(Extension)').Contains('dll.mdb'))" />
0 commit comments