Skip to content
Snippets Groups Projects
Commit 81e807bb authored by Andreia Gaita's avatar Andreia Gaita
Browse files

Don't fail the bash build if xbuild borks at copying things (it usually does...

Don't fail the bash build if xbuild borks at copying things (it usually does if Unity is open already)
parent b119feb1
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ else
nuget restore
fi
xbuild GitHub.Unity.sln /verbosity:normal /property:Configuration=$Configuration /target:$Target
xbuild GitHub.Unity.sln /verbosity:normal /property:Configuration=$Configuration /target:$Target || true
cp -r unity/PackageProject/Assets/Editor/GitHub ../github-unity-test/GitHubExtensionProject/Assets/Editor || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment