I am trying to build an image for a single solution multi-project .NET Core 3.1 web project with local dependencies using S2I strategy. Build Config fails due to error "Skipping Project. Because model project was not found"
oc start-build web-app –from-dir=. --follow
Directory structure
Hey @gboukis ,
this is just a wild guess, since I am absolutely no .NET expert, but just from the information given, could it be a problem with case sensitivity?
Both, the directory "Model" and the filename "Model.csproj" start with capital letters, while the referenced project is "model".
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.