Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow alternate config file paths to be specified (CI failure) #1

Closed
nblumhardt opened this issue Jul 23, 2016 · 1 comment
Closed

Comments

@nblumhardt
Copy link
Member

It looks like some external package changes have upset CI? https://ci.appveyor.com/project/serilog/serilog-settings-appsettings

@nblumhardt
Copy link
Member Author

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 nblumhardt changed the title CI failure Allow alternate config file paths to be specified (CI failure) Aug 16, 2016
@nblumhardt nblumhardt mentioned this issue Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant