merge
This commit is contained in:
Коммит
c76d4ce2e0
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@autorest/clicommon",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.2",
|
||||
"description": "Autorest Azure Cli Common Module",
|
||||
"main": "dist/index.js",
|
||||
"engines": {
|
||||
|
|
|
@ -27,7 +27,7 @@ extension.Add("clicommon", async autoRestApi => {
|
|||
// add test scenario from common settings
|
||||
let cliCommonSettings = await autoRestApi.GetValue("cli");
|
||||
if (cliCommonSettings) {
|
||||
result["test-scenario"] = cliCommonSettings['test-scenario'];
|
||||
result["test-scenario"] = cliCommonSettings['test-scenario'] || cliCommonSettings['test-setup'];
|
||||
}
|
||||
|
||||
// write the final result first which is hardcoded in the Session class to use to build the model..
|
||||
|
|
Загрузка…
Ссылка в новой задаче