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

Remove duplicate content files in MusicStore.Standalone #650

Closed JunTaoLuo closed 8 years ago

JunTaoLuo commented 8 years ago

Once https://github.com/dotnet/cli/pull/2493 is available we can remove the duplicate content files I added to MusicStore.Standalone in https://github.com/aspnet/MusicStore/pull/645. The update in the cli will allow us to map out-of-directory content files to the publish output directory correctly.

JunTaoLuo commented 8 years ago

Blocked on https://github.com/dotnet/cli/issues/2861

JunTaoLuo commented 8 years ago

Won't fix for rc2 since dotnet/cli issue is moved to rtm.