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

Only publish ForTesting folder when needed #770

Closed JunTaoLuo closed 7 years ago

JunTaoLuo commented 7 years ago

We don't want ForTesting to show up in the publish output unless we are testing with it. Currently it seems like OIDC tests are the only tests that actually needs ForTesting folder.