mirror of
https://github.com/MAKS-IT-COM/uscheduler.git
synced 2026-04-01 00:32:10 +02:00
16 lines
462 B
JSON
16 lines
462 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
|
"title": "Update RepoUtils Script Settings",
|
|
"description": "Configuration for the Update-RepoUtils utility.",
|
|
"dryRun": true,
|
|
"repository": {
|
|
"url": "https://github.com/MAKS-IT-COM/maksit-repoutils.git",
|
|
"sourceSubdirectory": "src",
|
|
"preserveFileName": "scriptsettings.json",
|
|
"cloneDepth": 1,
|
|
"skippedRelativeDirectories": [
|
|
"Release-Package/CustomPlugins"
|
|
]
|
|
}
|
|
}
|