modifying the default value of context in build action

This commit is contained in:
Krishna Aditya 2016-03-17 12:28:20 +05:30
Родитель fdf165c0ba
Коммит aad51df845
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -58,7 +58,7 @@
"name": "context",
"type": "filePath",
"label": "Context",
"defaultValue": "$(Build.StagingDirectory)/drop",
"defaultValue": "$(Build.StagingDirectory)",
"required": true,
"visibleRule": "action = build an image",
"helpMarkDown": "The path to the folder to build from."