Workaround NRE in VSTS yaml parsing

This commit is contained in:
Nate McMaster 2018-08-10 15:01:20 -07:00 коммит произвёл GitHub
Родитель afd84b884b
Коммит 5aa6be7b4c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -21,6 +21,8 @@
# The file path to artifacts output
# name: string
# The name of the artifact container
# variables: { string: string }
# A map of custom variables
# matrix: { string: { string: string } }
# A map of matrix configurations and variables. https://docs.microsoft.com/en-us/vsts/pipelines/yaml-schema?view=vsts#matrix
# demands: string | [ string ]
@ -41,6 +43,7 @@ parameters:
demands: []
beforeBuild: []
afterBuild: []
variables: {}
dependsOn: ''
# matrix: {} - don't define an empty object default because there is no way in template expression yet to check "if isEmpty(parameters.matrix)"
artifacts: