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

Commit 0d1c28f

Browse files
committed
Set verbosity to minimal in the build script
1 parent b41c846 commit 0d1c28f

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 /property:Configuration=$Configuration /target:$Target
35+
xbuild GitHub.Unity.sln /verbosity:minimal /property:Configuration=$Configuration /target:$Target
3636

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

0 commit comments

Comments
 (0)