ПА
Size: a a a
ПА
AG
ПА
AG
DV
ПА
AG
AG
AG
ПА
ПА
ПА
Д
script:И засада кроется в том что когда передаю в параметр app_path -переменную, в которой есть пробелы, то деплой фейлится, из за того что в переменной есть пробелы.
- $args = @(
"-userName $deployment_user",
"-password $deployment_pass",
"-AppPath $APPLICATION_PATH",
"-Upload $OUTPUT_ARTIFACTS_BIN")
- $cmd = $(get-location).Path + "\service-scripts\output-deploy.ps1"
- Invoke-Expression "$cmd $args"
x86 : The term 'x86' is not recognized as the name of a cmdlet, function, scripКак то можно экранировать пробелы уже внутри переменной? Или как то по другому скрипт с параметрами запускать?
t file, or operable program. Check the spelling of the name, or if a path was i
ncluded, verify that the path is correct and try again.
GG
GG
"-AppPath \"$APPLICATION_PATH\"",
GG
GG
GG
D