We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a57d7 commit 5f1910bCopy full SHA for 5f1910b
unity/CITools/BuildDriver/CoreCLR.cs
@@ -22,7 +22,6 @@ public static void Build(GlobalConfig gConfig)
22
"-subset clr+libs",
23
$"-a {gConfig.Architecture}",
24
$"-c {gConfig.Configuration}",
25
- $"-v:{gConfig.DotNetVerbosity}"
26
};
27
28
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
@@ -108,7 +107,6 @@ private static void TestClassLibraries(GlobalConfig gConfig)
108
107
"-test /p:RunSmokeTestsOnly=true",
109
110
111
112
113
114
0 commit comments