microsoft / VSProjectSystem

Documentation for extending Visual Studio with new types of projects.
Other
314 stars 88 forks source link

.dcproj won't accept azure functions project #342

Closed sanderobdeijn closed 3 years ago

sanderobdeijn commented 3 years ago

When adding an azure functions project to a docker-compose .dcproj file. Vs studio gives an error when building in vs studio CTC1031 Linux containers are not supported for DHCMS.WritingDesk.Api project.

When building the dockercompose file from the commandline it works fine. Is there some check or flag somewhere that controls this behavior?