Hi, I would like to build my solutions inside a build container (aka the "Docker builder pattern"). I would like to just call MSBUILD mysolution.sln /p:Configuration=Release but that trigger the build of the dcproj which will try do call docker inside my container (as far as I know we can't run docker in docker with Windows containers yet).
Is there a MSBUILD parameter I can set so the dcproj is skipped or do I need to build each of my csproj individually?
This is not supported by the tools currently. The team is working on a better solution now.
Thanks, which solution are they working on? For skipping dcproj projects or running docker inside docker on Windows, or something else?
Is there any feedback on this one?
Most helpful comment
Is there any feedback on this one?