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 4309376 commit 36b7e38Copy full SHA for 36b7e38
src/ServiceControlInstaller.Engine/Setup/InstanceSetup.cs
@@ -25,7 +25,7 @@ public static void Run(IMonitoringInstance instance) =>
25
instance.Name,
26
instance.SkipQueueCreation);
27
28
- static void Run(string installPath, string exeName, string instanceName, bool skipQueueCreation = false)
+ static void Run(string installPath, string exeName, string instanceName, bool skipQueueCreation)
29
{
30
var args = $"--setup";
31
0 commit comments