Skip to content

Commit 5f1910b

Browse files
committed
Turning off quiet because it is preventing CI from showing why things are failing.
1 parent 14a57d7 commit 5f1910b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

unity/CITools/BuildDriver/CoreCLR.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public static void Build(GlobalConfig gConfig)
2222
"-subset clr+libs",
2323
$"-a {gConfig.Architecture}",
2424
$"-c {gConfig.Configuration}",
25-
$"-v:{gConfig.DotNetVerbosity}"
2625
};
2726

2827
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
@@ -108,7 +107,6 @@ private static void TestClassLibraries(GlobalConfig gConfig)
108107
"-test /p:RunSmokeTestsOnly=true",
109108
$"-a {gConfig.Architecture}",
110109
$"-c {gConfig.Configuration}",
111-
$"-v:{gConfig.DotNetVerbosity}"
112110
};
113111

114112
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows))

0 commit comments

Comments
 (0)