Docker support not available for multi-project templates (#7878)

This commit is contained in:
John Luo 2019-02-22 16:55:30 -08:00 committed by GitHub
parent be63df852f
commit e65004907a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
"icon": "vs-2017.3/Empty.png",
"learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784883",
"uiFilters": [ "oneaspnet" ],
"supportsDocker": true,
"supportsDocker": false,
"excludeLaunchSettings": false
}