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

MusicStore src references test #549

Closed victorhurdugaci closed 7 years ago

victorhurdugaci commented 8 years ago

That's totally wrong and blocks publish and Nano testing.

https://github.com/aspnet/dnx/issues/2986

cc @kichalla

kichalla commented 8 years ago

A temporary workaround would be is to rename the folder test to tests before we understand and fix the references itself?

victorhurdugaci commented 8 years ago

If you do that, you have to update the build script to look in the new folder. KoreBuild only looks in "test"

Eilon commented 8 years ago

@kichalla @victorhurdugaci is this bug still an issue? Seems to me that it isn't and we can close, right?