File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "id" : " gitversion" ,
3- "name" : " GitVersion feature" ,
4- "description" : " Add gitversion to your devcontainer" ,
5- "version" : " 5.37.0" ,
6- "dependsOn" : {
7- "ghcr.io/tomgrv/devcontainer-features/common-utils:5" : " "
8- },
9- "installsAfter" : [
10- " ghcr.io/tomgrv/devcontainer-features/common-utils" ,
11- " ghcr.io/devcontainers/features/dotnet"
12- ],
13- "options" : {
14- "version" : {
15- "type" : " string" ,
16- "default" : " 6.5.1" ,
17- "description" : " The version of GitVersion to use"
2+ "id" : " gitversion" ,
3+ "name" : " GitVersion feature" ,
4+ "description" : " Add gitversion to your devcontainer" ,
5+ "version" : " 5.37.0" ,
6+ "dependsOn" : {
7+ "ghcr.io/devcontainers/features/docker-in-docker:2" : " " ,
8+ "ghcr.io/tomgrv/devcontainer-features/common-utils:5" : " "
9+ },
10+ "installsAfter" : [
11+ " ghcr.io/tomgrv/devcontainer-features/common-utils" ,
12+ " ghcr.io/devcontainers/features/dotnet"
13+ ],
14+ "options" : {
15+ "version" : {
16+ "type" : " string" ,
17+ "default" : " 6.5.1" ,
18+ "description" : " The version of GitVersion to use"
19+ }
20+ },
21+ "postCreateCommand" : {
22+ "config" : " configure-feature gitversion"
1823 }
19- },
20- "postCreateCommand" : {
21- "config" : " configure-feature gitversion"
22- }
2324}
You can’t perform that action at this time.
0 commit comments