test all of it
This commit is contained in:
parent
4d51267dfd
commit
39ff100eab
8 changed files with 168 additions and 46 deletions
|
|
@ -38,8 +38,8 @@ namespace isnd.tests
|
|||
.UseStartup(typeof(Startup))
|
||||
.ConfigureAppConfiguration((builderContext, config) =>
|
||||
{
|
||||
config.AddJsonFile("appsettings.json", false);
|
||||
config.AddJsonFile("appsettings.Development.json", false);
|
||||
config.AddJsonFile("appsettings.json", optional: false);
|
||||
config.AddJsonFile("appsettings.Development.json", optional: true);
|
||||
});
|
||||
|
||||
Host = webhostBuilder.Build();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue