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

Commit 9e92406

Browse files
committed
Fix command line mono build
xbuild apparently aborts builds when a Copy task fails even if the Copy task is marked as ContinueOnError=true. bug...
1 parent a445e84 commit 9e92406

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ fi
3434

3535
xbuild GitHub.Unity.sln /property:Configuration=$Configuration /target:$Target
3636

37+
cp -r unity/PackageProject/Assets/Editor/GitHub ../github-unity-test/GitHubExtensionProject/Assets/Editor || true
38+
3739
rm -f unity/PackageProject/Assets/Editor/GitHub/deleteme*
3840
rm -f unity/PackageProject/Assets/Editor/GitHub/deleteme*
3941
rm -f unity/PackageProject/Assets/Editor/GitHub/*.xml

0 commit comments

Comments
 (0)