Move AddCommandLine in SampleStartups (#1449)
This commit is contained in:
Родитель
de49ba74db
Коммит
ba88bdfd5e
|
@ -15,9 +15,9 @@ namespace SampleStartups
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
var config = new ConfigurationBuilder()
|
||||
.AddCommandLine(args)
|
||||
.AddEnvironmentVariables(prefix: "ASPNETCORE_")
|
||||
.AddJsonFile("hosting.json", optional: true)
|
||||
.AddCommandLine(args)
|
||||
.Build();
|
||||
|
||||
var host = new WebHostBuilder()
|
||||
|
|
Загрузка…
Ссылка в новой задаче