[DevOp] Allow $amarinStorage to be empty. (#8963)

pwsh will complain if a mandatory parameter is empty. Remove the attr
and allow it to be empty since the if statements do check fir it.
This commit is contained in:
Manuel de la Pena 2020-06-26 16:51:21 -04:00 коммит произвёл GitHub
Родитель 74dc21d71e
Коммит 9c91a4ec3c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -306,13 +306,12 @@ function New-GitHubSummaryComment {
[String]
$Context,
[Parameter(Mandatory)]
[String]
$XamarinStoragePath,
[Parameter(Mandatory)]
[String]
$TestSummaryPath
[String]
$XamarinStoragePath,
)
$envVars = @{