-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestknown limitationThis issue is related to a known limitation and cannot currently be fixed.This issue is related to a known limitation and cannot currently be fixed.
Description
This is probably something that should be posted to the Visual Studio Team... But maybe someone here can shed some light on this?
I have tried to get container support running on a project created with this sdk, but it doesn't seem to work.
(See here for the official docs on this container support)
I have added a package reference to the container tools:
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.13" />
I have added a Dockerfile and a .dockerignore file.
I have added a profile to the launchsettings:
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"useSSL": true
}
But when I try to debug or run the project using that profile, I get an error message "the project doesn't know how to run the profile Docker":
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestknown limitationThis issue is related to a known limitation and cannot currently be fixed.This issue is related to a known limitation and cannot currently be fixed.
