Merge branch 'release' into dev
This commit is contained in:
commit
66e8f21f1d
|
|
@ -11,7 +11,7 @@ namespace MusicStore
|
||||||
// This is used to allow deployers to choose the server for testing.
|
// This is used to allow deployers to choose the server for testing.
|
||||||
.UseKestrel()
|
.UseKestrel()
|
||||||
.UseDefaultHostingConfiguration(args)
|
.UseDefaultHostingConfiguration(args)
|
||||||
.UseIIS()
|
.UseIISIntegration()
|
||||||
.UseStartup("MusicStore")
|
.UseStartup("MusicStore")
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue