Add config file for sdk generation pipeline (#20544)

This commit is contained in:
Wei Dong 2022-03-16 16:17:19 +08:00 коммит произвёл GitHub
Родитель 694395bf1c
Коммит d31a7b8a54
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 19 добавлений и 4 удалений

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

@ -1,2 +1,2 @@
#!/usr/bin/env bash
hlc-code-gen-for-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@6.0.0-alpha.16.20220105.1
code-gen-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@6.0.0-alpha.16.20220105.1

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

@ -1,6 +1,3 @@
#!/usr/bin/env bash
# rush install
npm install -g @microsoft/rush
rush install
# install release tools
npm install -g @azure-tools/js-sdk-release-tools

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

@ -0,0 +1,18 @@
{
"init": {
"initScript": {
"path": ".scripts/automation_init.sh"
}
},
"generateAndBuild": {
"generateAndBuildScript": {
"path": ".scripts/automation_generate.sh",
"stdout": {
"storeLogByFilter": "Error: |error |throw|exception"
},
"stderr": {
"storeLogByFilter": "Error: |error |throw|exception"
}
}
}
}