Dockertools: MSBUILD switch to ignore building dcproj when building inside a Windows container

Created on 4 Jun 2017  路  3Comments  路  Source: microsoft/DockerTools

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?

Most helpful comment

Is there any feedback on this one?

All 3 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

christiansparre picture christiansparre  路  5Comments

SWarnberg picture SWarnberg  路  3Comments

tanaka-takayoshi picture tanaka-takayoshi  路  5Comments

ericwj picture ericwj  路  8Comments

hannesne picture hannesne  路  7Comments