aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Add missing config files #851

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

Followup to https://github.com/aspnet/MusicStore/pull/850.

IIS Express tests are failing for OIDC and PublishAndRun. These tests didn't used to have IIS Express or nginx variations so they did not include the needed config files.

Tratcher commented 6 years ago

cc @ryanbrandenburg RE: http://aspnetci/viewLog.html?buildId=469875&tab=buildResultsDiv&buildTypeId=Lite_MusicStoreTest

Tratcher commented 6 years ago

Updated. Getting NGinx to work is more involved. I've removed it for now to unblock fixing the IIS tests.