Fix build

This commit is contained in:
Jordan Brown
2018-10-04 23:47:11 -04:00
parent 1ad7d8bbe5
commit fbc1a5459f
3 changed files with 2 additions and 1 deletions
@@ -80,7 +80,6 @@ namespace Tgstation.Server.Host.Core
/// Configure dependency injected services
/// </summary>
/// <param name="services">The <see cref="IServiceCollection"/> to configure</param>
/// <param name="applicationLifetime">The <see cref="Microsoft.AspNetCore.Hosting.IApplicationLifetime"/> representing the lifetime of the <see cref="Application"/></param>
public void ConfigureServices(IServiceCollection services)
{
if (services == null)
@@ -59,6 +59,7 @@ namespace Tgstation.Server.Host.Core
/// Construct a <see cref="SetupWizard"/>
/// </summary>
/// <param name="ioManager">The value of <see cref="ioManager"/></param>
/// <param name="console">The value of <see cref="console"/></param>
/// <param name="hostingEnvironment">The value of <see cref="hostingEnvironment"/></param>
/// <param name="application">The value of <see cref="application"/></param>
/// <param name="dbConnectionFactory">The value of <see cref="dbConnectionFactory"/></param>
@@ -119,6 +119,7 @@ namespace Tgstation.Server.Host.Core.Tests
"no",
};
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
//test winauth
finalInputSequence.Add("yes");
else
finalInputSequence.AddRange(new List<string>