Reputation: 2730
I have created an Integration test for my asp.net core 2.1 web api using the TestServer. Test works when I run "dotnet test" but in JetBrains Rider running XUnit 2.3.1 it all fails because the apsetting.json are not copied to output.
I have looked in Riders setting but I can't find a way to make it copy the settings files.
Upvotes: 2
Views: 5940
Reputation: 1425
In the context menu of file in SolutionExplorer open Properties
Upvotes: 4