Skip to content

Commit 1f4c6a8

Browse files
committed
chore: update tasks to parity with template
1 parent 704333d commit 1f4c6a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/tasks.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.0.0",
55
"tasks": [
66
{
7-
"label": "build",
7+
"label": "build LCM project",
88
"command": "dotnet",
99
"type": "shell",
1010
"args": [
@@ -19,6 +19,12 @@
1919
"reveal": "silent"
2020
},
2121
"problemMatcher": "$msCompile"
22+
},
23+
{
24+
"label": "Dry-run package test",
25+
"type": "shell",
26+
"command": "dotnet tool run tcli build --config-path ./artifacts/tspublish/thunderstore.toml",
27+
"problemMatcher": []
2228
}
2329
]
2430
}

0 commit comments

Comments
 (0)