Skip to content

Commit 02b50fc

Browse files
committed
Disable msbuild logo
1 parent 3923006 commit 02b50fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ build()
3636
fi
3737

3838
find_msbuild
39-
$msbuild $slnpath -p:Configuration=$configuration -p:Platform=$platform -v:$verbosity
39+
$msbuild $slnpath -p:Configuration=$configuration -p:Platform=$platform -v:$verbosity -nologo
4040

4141
if [ $ci = true ]; then
4242
test
@@ -57,12 +57,12 @@ generate()
5757
restore()
5858
{
5959
find_msbuild
60-
$msbuild $slnpath -p:Configuration=$configuration -p:Platform=$platform -v:$verbosity -t:restore
60+
$msbuild $slnpath -p:Configuration=$configuration -p:Platform=$platform -v:$verbosity -t:restore -nologo
6161
}
6262

6363
test()
6464
{
65-
dotnet test $bindir/${configuration}_$platform/*.Tests*.dll
65+
dotnet test $bindir/${configuration}_$platform/*.Tests*.dll --nologo
6666
}
6767

6868
clean()

0 commit comments

Comments
 (0)