app-store-vsts-extension/make-options.json

24 строки
407 B
JSON

{
"tasks": [
"AppStorePromote",
"AppStoreRelease",
"IpaResign"
],
"taskResources": [
"*.ps1",
"*.psd1",
"*.psm1",
"*.sh",
"*.txt",
"icon.png",
"icon.svg",
"module.json",
"node_modules",
"package.json",
"Strings",
"task.json",
"task.loc.json",
"Tests"
]
}