File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ build()
36
36
fi
37
37
38
38
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
40
40
41
41
if [ $ci = true ]; then
42
42
test
@@ -57,12 +57,12 @@ generate()
57
57
restore ()
58
58
{
59
59
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
61
61
}
62
62
63
63
test ()
64
64
{
65
- dotnet test $bindir /${configuration} _$platform /* .Tests* .dll
65
+ dotnet test $bindir /${configuration} _$platform /* .Tests* .dll --nologo
66
66
}
67
67
68
68
clean ()
You can’t perform that action at this time.
0 commit comments