Add `carton sdk versions` to tasks.json
This commit is contained in:
parent
d54489a32d
commit
b0cec40878
|
@ -18,6 +18,11 @@
|
|||
"type": "shell",
|
||||
"command": "swift run carton sdk install"
|
||||
},
|
||||
{
|
||||
"label": "build and run sdk versions",
|
||||
"type": "shell",
|
||||
"command": "swift run carton sdk versions"
|
||||
},
|
||||
{
|
||||
"label": "build and version",
|
||||
"type": "shell",
|
||||
|
|
Loading…
Reference in New Issue