Path outside the build context error when building container in Github Actions – Ubuntu
I have a .Net multi-project solution that I'm containerizing and I'm trying to automate the build with Github Actions. This is a simplified overview of my file structure: repo/ ├── Solution.sln └── src/ ├── Core/ │ └── Project.Domain/ │ └──…