C
C#12mo ago
acookook

✅ Class library is not found while building the ASP.NET Core 7 Web API with Github Actions

I wrote this dotnet.yml to build my application and push the docker image to docker hub, placed in the root of my project under the folder .github/workflows/. In the solution (root/SolutionFolder/) I have class library RSO.Core Project and an ASP .NET Core (7.0) Web API project (both in standalone folders) which reference the RSO.Core project as "..\RSO.Core\RSO.Core.csproj" with following Dockerfile which is located in the the same folder as the Web API project and successfully builds locally. How to exactly refence these projects to get a successful docker build and push to the dockerhub repository? Is anything needed to remove from some cache? I was also considering to publish the RSO.Core project as a nuget package. In that case, what else could I implement to make my development faster as this would be tiresome. Getting those steps done would be some appreciated. https://stackoverflow.com/questions/77613904/class-library-is-not-found-while-building-the-asp-net-core-7-web-api-with-github
Stack Overflow
Class library is not found while building the ASP.NET Core 7 Web AP...
I wrote this dotnet.yml to build my application and push the docker image to docker hub, placed in the root of my project under the folder .github/workflows/. name: .NET Docker CI/CD on: push:
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server