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

Commit 81e807b

Browse files
committed
Don't fail the bash build if xbuild borks at copying things (it usually does if Unity is open already)
1 parent b119feb commit 81e807b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
nuget restore
3333
fi
3434

35-
xbuild GitHub.Unity.sln /verbosity:normal /property:Configuration=$Configuration /target:$Target
35+
xbuild GitHub.Unity.sln /verbosity:normal /property:Configuration=$Configuration /target:$Target || true
3636

3737
cp -r unity/PackageProject/Assets/Editor/GitHub ../github-unity-test/GitHubExtensionProject/Assets/Editor || true
3838

0 commit comments

Comments
 (0)