You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to dotnet-test-xunit.exe now loading its own config file earlier in the process, thus thwarting our efforts to override the config file location in the test project.
We might as well support specifying a custom file path to solve this issue:
.ReadFrom.AppSettings(configPath: "some.config")
nblumhardt
changed the title
CI failure
Allow alternate config file paths to be specified (CI failure)
Aug 16, 2016
It looks like some external package changes have upset CI? https://ci.appveyor.com/project/serilog/serilog-settings-appsettings
The text was updated successfully, but these errors were encountered: