mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Fix build
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user