Add a space in the --commitEmail argument. That prevents an empty email argument from killing the opload.
This commit is contained in:
Родитель
23733224e5
Коммит
ff3e2884e5
|
@ -41,7 +41,7 @@ $uploadArgs = @(
|
|||
"--jobId ""$env:Build_BuildId""",
|
||||
"--commitId ""$env:Build_SourceVersion""",
|
||||
"--commitAuthor ""$env:Build_RequestedFor""",
|
||||
"--commitEmail ""$env:Build_RequestedForEmail""",
|
||||
"--commitEmail ""$env:Build_RequestedForEmail """,
|
||||
"--commitMessage ""$env:Build_SourceVersionMessage""",
|
||||
"--serviceName ""$serviceName"""
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче