Sign in
dart
/
external
/
github.com
/
flutter
/
devtools
/
refs/heads/2_2_3
/
.
/
.vscode
/
tasks.json
blob: 80967fd1568e0aedb54f99a99733ccd03e65060c [
file
] [
log
] [
blame
] [
edit
]
{
"version"
:
"2.0.0"
,
"tasks"
:
[
{
"label"
:
"Build Release Package"
,
"type"
:
"shell"
,
"options"
:
{
"cwd"
:
"${workspaceFolder}"
,
},
"command"
:
"tool/build_release.sh"
,
"group"
:
"build"
,
"problemMatcher"
:
[]
}
],
}