Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add .dcproj into solution via dotnet sdk #4100

Open
skoruba opened this issue Dec 27, 2019 · 2 comments
Open

How to add .dcproj into solution via dotnet sdk #4100

skoruba opened this issue Dec 27, 2019 · 2 comments

Comments

@skoruba
Copy link

skoruba commented Dec 27, 2019

I have a solution named: MyProject.sln and project related to docker called - docker-compose.dcproj.

I want to create dotnet new template which will contain support for docker-compose through project docker-compose.dcproj.

I tried this command:

dotnet sln MyProject.sln add docker-compose.dcproj

I got this error message:

Project 'C:\MyProject\docker-compose.dcproj' has an unknown project type and cannot be added to the solution file. Contact your SDK provider for support.

I am using .net core sdk version 3.1.100.

How to add docker-compose.dcproj into solution via command above?

@vchirikov
Copy link

Related with microsoft/DockerTools#209

@vchirikov
Copy link

@livarcocc ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants