remove line for test build
This commit is contained in:
parent
0b2ae87086
commit
9dafde68a3
@ -1,5 +1,4 @@
|
|||||||
await BuildWebHost(args).RunAsync();
|
await BuildWebHost(args).RunAsync();
|
||||||
|
|
||||||
IWebHost BuildWebHost(string[] args) =>
|
IWebHost BuildWebHost(string[] args) =>
|
||||||
WebHost.CreateDefaultBuilder(args)
|
WebHost.CreateDefaultBuilder(args)
|
||||||
.UseStartup<Startup>()
|
.UseStartup<Startup>()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user