You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
When generating a csproj project for VS 2017 RC the Dockerfile is still using microsoft/dotnet:1.1.0-sdk-projectjson. I believe this should be microsoft/dotnet:1.1.0-sdk-msbuild
Once I change this and add docker via 'Project -> Add -> Docker Solution Support' in VS 2017 RC I still cannot get the project to build with docker. Are there any additional changes required for the compose files to get this to work? Thanks